Html Css Color HEX #E22201 Scarlet

📋 copy color: '#E22201'

red 226 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #E22201

Tints of Scarlet #E22201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 86.59%
G = 13.03%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E22201 (or 0xE22201) is known color: Scarlet. HEX triplet: E2, 22 and 01. RGB value is (226,34,1). Sum of RGB (Red+Green+Blue) = 226+34+1=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E22201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22201 is #1DDDFE. Grayscale: #575757. Windows color (decimal): -1957375 or 74466. OLE color: 74466.

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

Color convert

RGB 226 34 1 -
CMYK 0 0.85 1.00 0.11
HSL 8.8º 0.99% 0.45% -
HSV(B) 8.8º 1% 0.89% -
XYZ 31.94 17.32 1.69 -
YUV 87.65 79.11 226.68 -
System Red Green Blue C M Y K H S L
Decimal 226 34 1 0 0.85 1.00 0.11 8.8 0.99 0.45
Hex E2 22 1 0 55 64 B 9 63 2D
Octal 342 42 1 0 125 144 13 11 143 55
Binary 11100010 100010 1 0 1010101 1100100 1011 1001 1100011 101101

Color Harmonies of #E22201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22201

Black with #E22201

Text Example


Text Example

White with #E22201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22201; }

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

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

background-color css

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

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

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

border-color css

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

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

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