Html Css Color HEX #EA1804 Scarlet

📋 copy color: '#EA1804'

red 234 ◦ green 24 ◦ blue 4

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

Shades of Scarlet #EA1804

Tints of Scarlet #EA1804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 89.31%
G = 9.16%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA1804 (or 0xEA1804) is known color: Scarlet. HEX triplet: EA, 18 and 04. RGB value is (234,24,4). Sum of RGB (Red+Green+Blue) = 234+24+4=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1804 is #15E7FB. Grayscale: #545454. Windows color (decimal): -1435644 or 268522. OLE color: 268522.

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

Color convert

RGB 234 24 4 -
CMYK 0 0.90 0.98 0.08
HSL 5.22º 0.97% 0.47% -
HSV(B) 5.22º 0.98% 0.92% -
XYZ 34.28 18.15 1.81 -
YUV 84.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 234 24 4 0 0.90 0.98 0.08 5.22 0.97 0.47
Hex EA 18 4 0 5A 62 8 5 61 2F
Octal 352 30 4 0 132 142 10 5 141 57
Binary 11101010 11000 100 0 1011010 1100010 1000 101 1100001 101111

Color Harmonies of #EA1804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1804

Black with #EA1804

Text Example


Text Example

White with #EA1804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1804; }

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

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

background-color css

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

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

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

border-color css

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

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

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