Html Css Color HEX #E22421 Persian Red

📋 copy color: '#E22421'

red 226 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #E22421

Tints of Persian Red #E22421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 76.61%
G = 12.2%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E22421 (or 0xE22421) is known color: Persian Red. HEX triplet: E2, 24 and 21. RGB value is (226,36,33). Sum of RGB (Red+Green+Blue) = 226+36+33=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E22421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22421 is #1DDBDE. Grayscale: #5C5C5C. Windows color (decimal): -1956831 or 2172130. OLE color: 2172130.

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

Color convert

RGB 226 36 33 -
CMYK 0 0.84 0.85 0.11
HSL 0.93º 0.77% 0.51% -
HSV(B) 0.93º 0.85% 0.89% -
XYZ 32.27 17.54 3.12 -
YUV 92.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 226 36 33 0 0.84 0.85 0.11 0.93 0.77 0.51
Hex E2 24 21 0 54 55 B 1 4D 33
Octal 342 44 41 0 124 125 13 1 115 63
Binary 11100010 100100 100001 0 1010100 1010101 1011 1 1001101 110011

Color Harmonies of #E22421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22421

Black with #E22421

Text Example


Text Example

White with #E22421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22421; }

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

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

background-color css

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

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

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

border-color css

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

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

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