Html Css Color HEX #EA2004 Scarlet

📋 copy color: '#EA2004'

red 234 ◦ green 32 ◦ blue 4

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

Shades of Scarlet #EA2004

Tints of Scarlet #EA2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

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

R = 86.67%
G = 11.85%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA2004 (or 0xEA2004) is known color: Scarlet. HEX triplet: EA, 20 and 04. RGB value is (234,32,4). Sum of RGB (Red+Green+Blue) = 234+32+4=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2004 is #15DFFB. Grayscale: #595959. Windows color (decimal): -1433596 or 270570. OLE color: 270570.

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

Color convert

RGB 234 32 4 -
CMYK 0 0.86 0.98 0.08
HSL 7.3º 0.97% 0.47% -
HSV(B) 7.3º 0.98% 0.92% -
XYZ 34.47 18.53 1.88 -
YUV 89.21 79.92 231.28 -
System Red Green Blue C M Y K H S L
Decimal 234 32 4 0 0.86 0.98 0.08 7.3 0.97 0.47
Hex EA 20 4 0 56 62 8 7 61 2F
Octal 352 40 4 0 126 142 10 7 141 57
Binary 11101010 100000 100 0 1010110 1100010 1000 111 1100001 101111

Color Harmonies of #EA2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2004

Black with #EA2004

Text Example


Text Example

White with #EA2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2004; }

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

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

background-color css

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

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

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

border-color css

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

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

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