Html Css Color HEX #EA2308 Scarlet

📋 copy color: '#EA2308'

red 234 ◦ green 35 ◦ blue 8

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

Shades of Scarlet #EA2308

Tints of Scarlet #EA2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 84.48%
G = 12.64%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA2308 (or 0xEA2308) is known color: Scarlet. HEX triplet: EA, 23 and 08. RGB value is (234,35,8). Sum of RGB (Red+Green+Blue) = 234+35+8=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2308 is #15DCF7. Grayscale: #5B5B5B. Windows color (decimal): -1432824 or 533482. OLE color: 533482.

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

Color convert

RGB 234 35 8 -
CMYK 0 0.85 0.97 0.08
HSL 7.17º 0.93% 0.47% -
HSV(B) 7.17º 0.97% 0.92% -
XYZ 34.58 18.71 2.02 -
YUV 91.42 80.93 229.7 -
System Red Green Blue C M Y K H S L
Decimal 234 35 8 0 0.85 0.97 0.08 7.17 0.93 0.47
Hex EA 23 8 0 55 61 8 7 5D 2F
Octal 352 43 10 0 125 141 10 7 135 57
Binary 11101010 100011 1000 0 1010101 1100001 1000 111 1011101 101111

Color Harmonies of #EA2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2308

Black with #EA2308

Text Example


Text Example

White with #EA2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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