Html Css Color HEX #EA0D0C Red

📋 copy color: '#EA0D0C'

red 234 ◦ green 13 ◦ blue 12

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

Shades of Red #EA0D0C

Tints of Red #EA0D0C

RGB

 RED value IS 234 (91.8% from 255) = 90.35%

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

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

R = 90.35%
G = 5.02%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA0D0C (or 0xEA0D0C) is known color: Red. HEX triplet: EA, 0D and 0C. RGB value is (234,13,12). Sum of RGB (Red+Green+Blue) = 234+13+12=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D0C is #15F2F3. Grayscale: #4F4F4F. Windows color (decimal): -1438452 or 789994. OLE color: 789994.

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

Color convert

RGB 234 13 12 -
CMYK 0 0.94 0.95 0.08
HSL 0.27º 0.9% 0.48% -
HSV(B) 0.27º 0.95% 0.92% -
XYZ 34.14 17.81 1.99 -
YUV 78.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 234 13 12 0 0.94 0.95 0.08 0.27 0.9 0.48
Hex EA D C 0 5E 5F 8 0 5A 30
Octal 352 15 14 0 136 137 10 0 132 60
Binary 11101010 1101 1100 0 1011110 1011111 1000 0 1011010 110000

Color Harmonies of #EA0D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D0C

Black with #EA0D0C

Text Example


Text Example

White with #EA0D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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