Html Css Color HEX #EA0A06 Red

📋 copy color: '#EA0A06'

red 234 ◦ green 10 ◦ blue 6

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

Shades of Red #EA0A06

Tints of Red #EA0A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 93.6%
G = 4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA0A06 (or 0xEA0A06) is known color: Red. HEX triplet: EA, 0A and 06. RGB value is (234,10,6). Sum of RGB (Red+Green+Blue) = 234+10+6=250 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0A06 is #15F5F9. Grayscale: #4C4C4C. Windows color (decimal): -1439226 or 396010. OLE color: 396010.

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

Color convert

RGB 234 10 6 -
CMYK 0 0.96 0.97 0.08
HSL 1.05º 0.95% 0.47% -
HSV(B) 1.05º 0.97% 0.92% -
XYZ 34.07 17.72 1.8 -
YUV 76.52 88.21 240.33 -
System Red Green Blue C M Y K H S L
Decimal 234 10 6 0 0.96 0.97 0.08 1.05 0.95 0.47
Hex EA A 6 0 60 61 8 1 5F 2F
Octal 352 12 6 0 140 141 10 1 137 57
Binary 11101010 1010 110 0 1100000 1100001 1000 1 1011111 101111

Color Harmonies of #EA0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A06

Black with #EA0A06

Text Example


Text Example

White with #EA0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A06; }

 p { color: rgb(234,10,6); }

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

background-color css

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

 a { background-color: rgb(234,10,6); }

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

border-color css

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

 span { border-color: rgb(234,10,6); }

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