Html Css Color HEX #E00D0C Red

📋 copy color: '#E00D0C'

red 224 ◦ green 13 ◦ blue 12

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

Shades of Red #E00D0C

Tints of Red #E00D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 89.96%
G = 5.22%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E00D0C (or 0xE00D0C) is known color: Red. HEX triplet: E0, 0D and 0C. RGB value is (224,13,12). Sum of RGB (Red+Green+Blue) = 224+13+12=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00D0C is #1FF2F3. Grayscale: #4C4C4C. Windows color (decimal): -2093812 or 789984. OLE color: 789984.

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

Color convert

RGB 224 13 12 -
CMYK 0 0.94 0.95 0.12
HSL 0.28º 0.9% 0.46% -
HSV(B) 0.28º 0.95% 0.88% -
XYZ 30.95 16.16 1.84 -
YUV 75.98 91.9 233.58 -
System Red Green Blue C M Y K H S L
Decimal 224 13 12 0 0.94 0.95 0.12 0.28 0.9 0.46
Hex E0 D C 0 5E 5F C 0 5A 2E
Octal 340 15 14 0 136 137 14 0 132 56
Binary 11100000 1101 1100 0 1011110 1011111 1100 0 1011010 101110

Color Harmonies of #E00D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D0C

Black with #E00D0C

Text Example


Text Example

White with #E00D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D0C; }

 p { color: rgb(224,13,12); }

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

background-color css

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

 a { background-color: rgb(224,13,12); }

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

border-color css

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

 span { border-color: rgb(224,13,12); }

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