Html Css Color HEX #E01209 Red

📋 copy color: '#E01209'

red 224 ◦ green 18 ◦ blue 9

#E01209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #E01209

Tints of Red #E01209

RGB

 RED value IS 224 (87.89% from 255) = 89.24%

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 89.24%
G = 7.17%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E01209 (or 0xE01209) is known color: Red. HEX triplet: E0, 12 and 09. RGB value is (224,18,9). Sum of RGB (Red+Green+Blue) = 224+18+9=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E01209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01209 is #1FEDF6. Grayscale: #4E4E4E. Windows color (decimal): -2092535 or 594656. OLE color: 594656.

HSL color Cylindrical-coordinate representation of color #E01209: hue angle of 2.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E01209 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 9 -
CMYK 0 0.92 0.96 0.12
HSL 2.51º 0.92% 0.46% -
HSV(B) 2.51º 0.96% 0.88% -
XYZ 31.01 16.3 1.77 -
YUV 78.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 224 18 9 0 0.92 0.96 0.12 2.51 0.92 0.46
Hex E0 12 9 0 5C 60 C 3 5C 2E
Octal 340 22 11 0 134 140 14 3 134 56
Binary 11100000 10010 1001 0 1011100 1100000 1100 11 1011100 101110

Color Harmonies of #E01209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01209

Black with #E01209

Text Example


Text Example

White with #E01209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01209; }

 p { color: rgb(224,18,9); }

 H1.HeaderClassName
 {
   color: #E01209;
 }
 .AnyTagClassName
 {
   color: #E01209;
 }
</style>

background-color css

<style>
 a { background-color: #E01209; }

 a { background-color: rgb(224,18,9); }

 div.DivClassName
 {
   background-color: #E01209;
 }
 .BgClassName
 {
   background-color: #E01209;
 }
</style>

border-color css

<style>
 span { border-color: #E01209; }

 span { border-color: rgb(224,18,9); }

 td.TdClassName
 {
   border-color: #E01209;
 }
 .TagClassName
 {
   border-color: #E01209;
 }
</style>