Html Css Color HEX #E22006 Scarlet

📋 copy color: '#E22006'

red 226 ◦ green 32 ◦ blue 6

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

Shades of Scarlet #E22006

Tints of Scarlet #E22006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 85.61%
G = 12.12%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E22006 (or 0xE22006) is known color: Scarlet. HEX triplet: E2, 20 and 06. RGB value is (226,32,6). Sum of RGB (Red+Green+Blue) = 226+32+6=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E22006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22006 is #1DDFF9. Grayscale: #575757. Windows color (decimal): -1957882 or 401634. OLE color: 401634.

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

Color convert

RGB 226 32 6 -
CMYK 0 0.86 0.97 0.11
HSL 7.09º 0.95% 0.45% -
HSV(B) 7.09º 0.97% 0.89% -
XYZ 31.91 17.21 1.81 -
YUV 87.04 82.27 227.11 -
System Red Green Blue C M Y K H S L
Decimal 226 32 6 0 0.86 0.97 0.11 7.09 0.95 0.45
Hex E2 20 6 0 56 61 B 7 5F 2D
Octal 342 40 6 0 126 141 13 7 137 55
Binary 11100010 100000 110 0 1010110 1100001 1011 111 1011111 101101

Color Harmonies of #E22006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22006

Black with #E22006

Text Example


Text Example

White with #E22006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22006; }

 p { color: rgb(226,32,6); }

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

background-color css

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

 a { background-color: rgb(226,32,6); }

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

border-color css

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

 span { border-color: rgb(226,32,6); }

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