COLOR #FF0000

HEX: #FF0000
RGB: (255,0,0)

Renk bilgisi

Rengin adı Red. #FF0000 contains only red color. #FF0000 color is web safe color. It maybe written shortly as #F00.

RGB renk modeli

#FF0000 color RGB value is (255,0,0).

  • kırmız ton 255;
  • yeşil ton 0;
  • mavi ton 0.
RGB:
(255,0,0)
(100%,0%,0%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 0 of 255 = 0%
B 0 of 255 = 0%

255
0
0

R + G + B ~ 33%. #FF0000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 0 + 0 = 255 (100%)
R 255 of 255 ~ 100%
G 0 of 255 ~ 0%
B 0 of 255 ~ 0%

%100

CMYK RENK MODELİ

#FF0000 rengi CMYK tonu (0,100,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,100,100,0)
C0M100Y100K0 
(0%,100%,100%,0%)
(0.00/1.00/1.00/0.00)	

CMYK yüzdeleri

%0
%100
%100
%0

Codes

Color #FF0000 in popluar color models

FF0000
RGB25500
HSL100.00%50.00%
HSB/HSV100.00%100.00%
CMYK0.00%100.00%100.00%
0.00%

Color #FF0000 in popluar number systems.

HEXFF0000
Decimal25500
Binary1111111100
Octal37700

Shades and tints

Shades of #FF0000

#FF0000
(255,0,0)
#E80000
(232,0,0)
#D10000
(209,0,0)
#BA0000
(186,0,0)
#A30000
(163,0,0)
#8C0000
(140,0,0)
#750000
(117,0,0)
#5E0000
(94,0,0)
#470000
(71,0,0)
#300000
(48,0,0)
#190000
(25,0,0)
#000000
(0,0,0)

Tints of #FF0000

#FF0000
(255,0,0)
#FF1717
(255,23,23)
#FF2E2E
(255,46,46)
#FF4545
(255,69,69)
#FF5C5C
(255,92,92)
#FF7373
(255,115,115)
#FF8A8A
(255,138,138)
#FFA1A1
(255,161,161)
#FFB8B8
(255,184,184)
#FFCFCF
(255,207,207)
#FFE6E6
(255,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF0000 color. Also use rgb(255,0,0) instead hex code.

Text Font Color

.myTextColor { color: #FF0000; }

<p style="color:#FF0000">This sample text font color is #FF0000.</p>

This text font color is #FF0000.


Background Color

.myBgColor { background-color: #FF0000; }

<div style="background-color:#FF0000">Inner text</div>

This div background color is #FF0000.


Border color

.myBorderColor { border: 1px solid #FF0000; }

<div style="border:3px solid #FF0000">Div</div>

This div border color is #FF0000.


Opacity

.myOpacity80 { color: #FF0000; opacity: 0.8; }

<p style="color:#FF0000;opacity:0.8;">80%</p>

Text with #FF0000 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF0000;}

<p style="text-shadow: 3px 3px 1px #FF0000">Text here.</p>

This text has shadow with #FF0000 color.

.textShadow {text-shadow: 3px 3px 1px #FF0000, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF0000, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF0000 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF0000, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF0000, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF0000 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF0000;
  -webkit-box-shadow:	1px 1px 3px 2px #FF0000;
  box-shadow:		1px 1px 3px 2px #FF0000;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF0000;
-webkit-box-shadow: 1px 1px 3px 2px #FF0000;
box-shadow:1px 1px 3px 2px #FF0000;">
Div content here</div>
This div box has shadow with color #FF0000.

Preview

Color preview on black background

This text has color #FF0000 on black background.


Color preview on white background

This text has color #FF0000 on white background.



Black color preview on #FF0000 background

This text has black color on #FF0000 background.


White color preview on #FF0000 background

This text has white color on #FF0000 background.