Html Css Color HEX #EA2216 Scarlet

📋 copy color: '#EA2216'

red 234 ◦ green 34 ◦ blue 22

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

Shades of Scarlet #EA2216

Tints of Scarlet #EA2216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 80.69%
G = 11.72%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA2216 (or 0xEA2216) is known color: Scarlet. HEX triplet: EA, 22 and 16. RGB value is (234,34,22). Sum of RGB (Red+Green+Blue) = 234+34+22=290 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.69% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2216 is #15DDE9. Grayscale: #5C5C5C. Windows color (decimal): -1433066 or 1450730. OLE color: 1450730.

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

Color convert

RGB 234 34 22 -
CMYK 0 0.85 0.91 0.08
HSL 3.4º 0.83% 0.5% -
HSV(B) 3.4º 0.91% 0.92% -
XYZ 34.65 18.69 2.54 -
YUV 92.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 234 34 22 0 0.85 0.91 0.08 3.4 0.83 0.5
Hex EA 22 16 0 55 5B 8 3 53 32
Octal 352 42 26 0 125 133 10 3 123 62
Binary 11101010 100010 10110 0 1010101 1011011 1000 11 1010011 110010

Color Harmonies of #EA2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2216

Black with #EA2216

Text Example


Text Example

White with #EA2216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2216; }

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

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

background-color css

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

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

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

border-color css

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

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

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