Html Css Color HEX #EA2116 Scarlet

📋 copy color: '#EA2116'

red 234 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #EA2116

Tints of Scarlet #EA2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 80.97%
G = 11.42%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA2116 (or 0xEA2116) is known color: Scarlet. HEX triplet: EA, 21 and 16. RGB value is (234,33,22). Sum of RGB (Red+Green+Blue) = 234+33+22=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2116 is #15DEE9. Grayscale: #5C5C5C. Windows color (decimal): -1433322 or 1450474. OLE color: 1450474.

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

Color convert

RGB 234 33 22 -
CMYK 0 0.86 0.91 0.08
HSL 3.11º 0.83% 0.5% -
HSV(B) 3.11º 0.91% 0.92% -
XYZ 34.62 18.64 2.53 -
YUV 91.85 88.59 229.39 -
System Red Green Blue C M Y K H S L
Decimal 234 33 22 0 0.86 0.91 0.08 3.11 0.83 0.5
Hex EA 21 16 0 56 5B 8 3 53 32
Octal 352 41 26 0 126 133 10 3 123 62
Binary 11101010 100001 10110 0 1010110 1011011 1000 11 1010011 110010

Color Harmonies of #EA2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2116

Black with #EA2116

Text Example


Text Example

White with #EA2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2116; }

 p { color: rgb(234,33,22); }

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

background-color css

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

 a { background-color: rgb(234,33,22); }

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

border-color css

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

 span { border-color: rgb(234,33,22); }

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