Html Css Color HEX #E22000 Scarlet

📋 copy color: '#E22000'

red 226 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #E22000

Tints of Scarlet #E22000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.6%
G = 12.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E22000 (or 0xE22000) is known color: Scarlet. HEX triplet: E2, 20 and 00. RGB value is (226,32,0). Sum of RGB (Red+Green+Blue) = 226+32+0=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E22000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22000 is #1DDFFF. Grayscale: #565656. Windows color (decimal): -1957888 or 8418. OLE color: 8418.

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

Color convert

RGB 226 32 0 -
CMYK 0 0.86 1 0.11
HSL 8.5º 1% 0.44% -
HSV(B) 8.5º 1% 0.89% -
XYZ 31.88 17.2 1.64 -
YUV 86.36 79.27 227.6 -
System Red Green Blue C M Y K H S L
Decimal 226 32 0 0 0.86 1 0.11 8.5 1 0.44
Hex E2 20 0 0 56 64 B 8 64 2C
Octal 342 40 0 0 126 144 13 10 144 54
Binary 11100010 100000 0 0 1010110 1100100 1011 1000 1100100 101100

Color Harmonies of #E22000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22000

Black with #E22000

Text Example


Text Example

White with #E22000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22000; }

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

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

background-color css

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

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

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

border-color css

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

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

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