Html Css Color HEX #EA1408 Scarlet

📋 copy color: '#EA1408'

red 234 ◦ green 20 ◦ blue 8

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

Shades of Scarlet #EA1408

Tints of Scarlet #EA1408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 89.31%
G = 7.63%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1408 (or 0xEA1408) is known color: Scarlet. HEX triplet: EA, 14 and 08. RGB value is (234,20,8). Sum of RGB (Red+Green+Blue) = 234+20+8=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1408 is #15EBF7. Grayscale: #525252. Windows color (decimal): -1436664 or 529642. OLE color: 529642.

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

Color convert

RGB 234 20 8 -
CMYK 0 0.91 0.97 0.08
HSL 3.19º 0.93% 0.47% -
HSV(B) 3.19º 0.97% 0.92% -
XYZ 34.23 18.01 1.9 -
YUV 82.62 85.9 235.98 -
System Red Green Blue C M Y K H S L
Decimal 234 20 8 0 0.91 0.97 0.08 3.19 0.93 0.47
Hex EA 14 8 0 5B 61 8 3 5D 2F
Octal 352 24 10 0 133 141 10 3 135 57
Binary 11101010 10100 1000 0 1011011 1100001 1000 11 1011101 101111

Color Harmonies of #EA1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1408

Black with #EA1408

Text Example


Text Example

White with #EA1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1408; }

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

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

background-color css

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

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

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

border-color css

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

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

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