Html Css Color HEX #E22401 Scarlet

📋 copy color: '#E22401'

red 226 ◦ green 36 ◦ blue 1

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

Shades of Scarlet #E22401

Tints of Scarlet #E22401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 85.93%
G = 13.69%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E22401 (or 0xE22401) is known color: Scarlet. HEX triplet: E2, 24 and 01. RGB value is (226,36,1). Sum of RGB (Red+Green+Blue) = 226+36+1=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E22401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22401 is #1DDBFE. Grayscale: #595959. Windows color (decimal): -1956863 or 74978. OLE color: 74978.

HSL color Cylindrical-coordinate representation of color #E22401: hue angle of 9.33º 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 #E22401 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 36 1 -
CMYK 0 0.84 1.00 0.11
HSL 9.33º 0.99% 0.45% -
HSV(B) 9.33º 1% 0.89% -
XYZ 32 17.43 1.71 -
YUV 88.82 78.45 225.85 -
System Red Green Blue C M Y K H S L
Decimal 226 36 1 0 0.84 1.00 0.11 9.33 0.99 0.45
Hex E2 24 1 0 54 64 B 9 63 2D
Octal 342 44 1 0 124 144 13 11 143 55
Binary 11100010 100100 1 0 1010100 1100100 1011 1001 1100011 101101

Color Harmonies of #E22401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22401

Black with #E22401

Text Example


Text Example

White with #E22401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22401; }

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

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

background-color css

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

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

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

border-color css

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

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

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