Html Css Color HEX #EA1808 Scarlet

📋 copy color: '#EA1808'

red 234 ◦ green 24 ◦ blue 8

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

Shades of Scarlet #EA1808

Tints of Scarlet #EA1808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 87.97%
G = 9.02%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1808 (or 0xEA1808) is known color: Scarlet. HEX triplet: EA, 18 and 08. RGB value is (234,24,8). Sum of RGB (Red+Green+Blue) = 234+24+8=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1808 is #15E7F7. Grayscale: #555555. Windows color (decimal): -1435640 or 530666. OLE color: 530666.

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

Color convert

RGB 234 24 8 -
CMYK 0 0.90 0.97 0.08
HSL 4.25º 0.93% 0.47% -
HSV(B) 4.25º 0.97% 0.92% -
XYZ 34.3 18.16 1.93 -
YUV 84.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 234 24 8 0 0.90 0.97 0.08 4.25 0.93 0.47
Hex EA 18 8 0 5A 61 8 4 5D 2F
Octal 352 30 10 0 132 141 10 4 135 57
Binary 11101010 11000 1000 0 1011010 1100001 1000 100 1011101 101111

Color Harmonies of #EA1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1808

Black with #EA1808

Text Example


Text Example

White with #EA1808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1808; }

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

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

background-color css

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

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

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

border-color css

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

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

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