Html Css Color HEX #EA0B04 Red

📋 copy color: '#EA0B04'

red 234 ◦ green 11 ◦ blue 4

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

Shades of Red #EA0B04

Tints of Red #EA0B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 93.98%
G = 4.42%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA0B04 (or 0xEA0B04) is known color: Red. HEX triplet: EA, 0B and 04. RGB value is (234,11,4). Sum of RGB (Red+Green+Blue) = 234+11+4=249 (32% of max value = 765). Red value is 234 (91.80% from 255 or 93.98% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0B04 is #15F4FB. Grayscale: #4D4D4D. Windows color (decimal): -1438972 or 265194. OLE color: 265194.

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

Color convert

RGB 234 11 4 -
CMYK 0 0.95 0.98 0.08
HSL 1.83º 0.97% 0.47% -
HSV(B) 1.83º 0.98% 0.92% -
XYZ 34.07 17.74 1.74 -
YUV 76.88 86.88 240.07 -
System Red Green Blue C M Y K H S L
Decimal 234 11 4 0 0.95 0.98 0.08 1.83 0.97 0.47
Hex EA B 4 0 5F 62 8 2 61 2F
Octal 352 13 4 0 137 142 10 2 141 57
Binary 11101010 1011 100 0 1011111 1100010 1000 10 1100001 101111

Color Harmonies of #EA0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B04

Black with #EA0B04

Text Example


Text Example

White with #EA0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B04; }

 p { color: rgb(234,11,4); }

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

background-color css

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

 a { background-color: rgb(234,11,4); }

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

border-color css

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

 span { border-color: rgb(234,11,4); }

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