Html Css Color HEX #EA1708 Scarlet

📋 copy color: '#EA1708'

red 234 ◦ green 23 ◦ blue 8

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

Shades of Scarlet #EA1708

Tints of Scarlet #EA1708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

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

R = 88.3%
G = 8.68%
B = 3.02%

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

#EA1708 (or 0xEA1708) is known color: Scarlet. HEX triplet: EA, 17 and 08. RGB value is (234,23,8). Sum of RGB (Red+Green+Blue) = 234+23+8=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1708 is #15E8F7. Grayscale: #545454. Windows color (decimal): -1435896 or 530410. OLE color: 530410.

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

Color convert

RGB 234 23 8 -
CMYK 0 0.90 0.97 0.08
HSL 3.98º 0.93% 0.47% -
HSV(B) 3.98º 0.97% 0.92% -
XYZ 34.28 18.12 1.92 -
YUV 84.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 234 23 8 0 0.90 0.97 0.08 3.98 0.93 0.47
Hex EA 17 8 0 5A 61 8 4 5D 2F
Octal 352 27 10 0 132 141 10 4 135 57
Binary 11101010 10111 1000 0 1011010 1100001 1000 100 1011101 101111

Color Harmonies of #EA1708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1708

Black with #EA1708

Text Example


Text Example

White with #EA1708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1708; }

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

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

background-color css

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

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

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

border-color css

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

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

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