Html Css Color HEX #EA1004 Red

📋 copy color: '#EA1004'

red 234 ◦ green 16 ◦ blue 4

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

Shades of Red #EA1004

Tints of Red #EA1004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

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

R = 92.13%
G = 6.3%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA1004 (or 0xEA1004) is known color: Red. HEX triplet: EA, 10 and 04. RGB value is (234,16,4). Sum of RGB (Red+Green+Blue) = 234+16+4=254 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.13% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1004 is #15EFFB. Grayscale: #505050. Windows color (decimal): -1437692 or 266474. OLE color: 266474.

HSL color Cylindrical-coordinate representation of color #EA1004: hue angle of 3.13º 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 #EA1004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 4 -
CMYK 0 0.93 0.98 0.08
HSL 3.13º 0.97% 0.47% -
HSV(B) 3.13º 0.98% 0.92% -
XYZ 34.14 17.87 1.77 -
YUV 79.81 85.22 237.98 -
System Red Green Blue C M Y K H S L
Decimal 234 16 4 0 0.93 0.98 0.08 3.13 0.97 0.47
Hex EA 10 4 0 5D 62 8 3 61 2F
Octal 352 20 4 0 135 142 10 3 141 57
Binary 11101010 10000 100 0 1011101 1100010 1000 11 1100001 101111

Color Harmonies of #EA1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1004

Black with #EA1004

Text Example


Text Example

White with #EA1004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1004; }

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

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

background-color css

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

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

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

border-color css

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

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

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