Html Css Color HEX #E22204 Scarlet

📋 copy color: '#E22204'

red 226 ◦ green 34 ◦ blue 4

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

Shades of Scarlet #E22204

Tints of Scarlet #E22204

RGB

 RED value IS 226 (88.67% from 255) = 85.61%

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 85.61%
G = 12.88%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E22204 (or 0xE22204) is known color: Scarlet. HEX triplet: E2, 22 and 04. RGB value is (226,34,4). Sum of RGB (Red+Green+Blue) = 226+34+4=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E22204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22204 is #1DDDFB. Grayscale: #585858. Windows color (decimal): -1957372 or 271074. OLE color: 271074.

HSL color Cylindrical-coordinate representation of color #E22204: hue angle of 8.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E22204 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 34 4 -
CMYK 0 0.85 0.98 0.11
HSL 8.11º 0.97% 0.45% -
HSV(B) 8.11º 0.98% 0.89% -
XYZ 31.96 17.32 1.77 -
YUV 87.99 80.61 226.44 -
System Red Green Blue C M Y K H S L
Decimal 226 34 4 0 0.85 0.98 0.11 8.11 0.97 0.45
Hex E2 22 4 0 55 62 B 8 61 2D
Octal 342 42 4 0 125 142 13 10 141 55
Binary 11100010 100010 100 0 1010101 1100010 1011 1000 1100001 101101

Color Harmonies of #E22204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22204

Black with #E22204

Text Example


Text Example

White with #E22204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22204; }

 p { color: rgb(226,34,4); }

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

background-color css

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

 a { background-color: rgb(226,34,4); }

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

border-color css

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

 span { border-color: rgb(226,34,4); }

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