Html Css Color HEX #EA2008 Scarlet

📋 copy color: '#EA2008'

red 234 ◦ green 32 ◦ blue 8

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

Shades of Scarlet #EA2008

Tints of Scarlet #EA2008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 85.4%
G = 11.68%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA2008 (or 0xEA2008) is known color: Scarlet. HEX triplet: EA, 20 and 08. RGB value is (234,32,8). Sum of RGB (Red+Green+Blue) = 234+32+8=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2008 is #15DFF7. Grayscale: #595959. Windows color (decimal): -1433592 or 532714. OLE color: 532714.

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

Color convert

RGB 234 32 8 -
CMYK 0 0.86 0.97 0.08
HSL 6.37º 0.93% 0.47% -
HSV(B) 6.37º 0.97% 0.92% -
XYZ 34.49 18.54 1.99 -
YUV 89.66 81.92 230.95 -
System Red Green Blue C M Y K H S L
Decimal 234 32 8 0 0.86 0.97 0.08 6.37 0.93 0.47
Hex EA 20 8 0 56 61 8 6 5D 2F
Octal 352 40 10 0 126 141 10 6 135 57
Binary 11101010 100000 1000 0 1010110 1100001 1000 110 1011101 101111

Color Harmonies of #EA2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2008

Black with #EA2008

Text Example


Text Example

White with #EA2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2008; }

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

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

background-color css

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

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

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

border-color css

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

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

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