Html Css Color HEX #EA2010 Scarlet

📋 copy color: '#EA2010'

red 234 ◦ green 32 ◦ blue 16

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

Shades of Scarlet #EA2010

Tints of Scarlet #EA2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 82.98%
G = 11.35%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA2010 (or 0xEA2010) is known color: Scarlet. HEX triplet: EA, 20 and 10. RGB value is (234,32,16). Sum of RGB (Red+Green+Blue) = 234+32+16=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2010 is #15DFEF. Grayscale: #5A5A5A. Windows color (decimal): -1433584 or 1057002. OLE color: 1057002.

HSL color Cylindrical-coordinate representation of color #EA2010: hue angle of 4.4º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA2010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 16 -
CMYK 0 0.86 0.93 0.08
HSL 4.4º 0.87% 0.49% -
HSV(B) 4.4º 0.93% 0.92% -
XYZ 34.54 18.56 2.25 -
YUV 90.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 234 32 16 0 0.86 0.93 0.08 4.4 0.87 0.49
Hex EA 20 10 0 56 5D 8 4 57 31
Octal 352 40 20 0 126 135 10 4 127 61
Binary 11101010 100000 10000 0 1010110 1011101 1000 100 1010111 110001

Color Harmonies of #EA2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2010

Black with #EA2010

Text Example


Text Example

White with #EA2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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