Html Css Color HEX #EA2211 Scarlet

📋 copy color: '#EA2211'

red 234 ◦ green 34 ◦ blue 17

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

Shades of Scarlet #EA2211

Tints of Scarlet #EA2211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 82.11%
G = 11.93%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA2211 (or 0xEA2211) is known color: Scarlet. HEX triplet: EA, 22 and 11. RGB value is (234,34,17). Sum of RGB (Red+Green+Blue) = 234+34+17=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2211 is #15DDEE. Grayscale: #5C5C5C. Windows color (decimal): -1433071 or 1123050. OLE color: 1123050.

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

Color convert

RGB 234 34 17 -
CMYK 0 0.85 0.93 0.08
HSL 4.7º 0.86% 0.49% -
HSV(B) 4.7º 0.93% 0.92% -
XYZ 34.6 18.68 2.31 -
YUV 91.86 85.76 229.38 -
System Red Green Blue C M Y K H S L
Decimal 234 34 17 0 0.85 0.93 0.08 4.7 0.86 0.49
Hex EA 22 11 0 55 5D 8 5 56 31
Octal 352 42 21 0 125 135 10 5 126 61
Binary 11101010 100010 10001 0 1010101 1011101 1000 101 1010110 110001

Color Harmonies of #EA2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2211

Black with #EA2211

Text Example


Text Example

White with #EA2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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