Html Css Color HEX #EA2013 Scarlet

📋 copy color: '#EA2013'

red 234 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #EA2013

Tints of Scarlet #EA2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 82.11%
G = 11.23%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA2013 (or 0xEA2013) is known color: Scarlet. HEX triplet: EA, 20 and 13. RGB value is (234,32,19). Sum of RGB (Red+Green+Blue) = 234+32+19=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2013 is #15DFEC. Grayscale: #5B5B5B. Windows color (decimal): -1433581 or 1253610. OLE color: 1253610.

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

Color convert

RGB 234 32 19 -
CMYK 0 0.86 0.92 0.08
HSL 3.63º 0.85% 0.5% -
HSV(B) 3.63º 0.92% 0.92% -
XYZ 34.57 18.57 2.38 -
YUV 90.92 87.42 230.06 -
System Red Green Blue C M Y K H S L
Decimal 234 32 19 0 0.86 0.92 0.08 3.63 0.85 0.5
Hex EA 20 13 0 56 5C 8 4 55 32
Octal 352 40 23 0 126 134 10 4 125 62
Binary 11101010 100000 10011 0 1010110 1011100 1000 100 1010101 110010

Color Harmonies of #EA2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2013

Black with #EA2013

Text Example


Text Example

White with #EA2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2013; }

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

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

background-color css

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

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

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

border-color css

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

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

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