Html Css Color HEX #E22424 Persian Red

📋 copy color: '#E22424'

red 226 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #E22424

Tints of Persian Red #E22424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.08%

R = 75.84%
G = 12.08%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E22424 (or 0xE22424) is known color: Persian Red. HEX triplet: E2, 24 and 24. RGB value is (226,36,36). Sum of RGB (Red+Green+Blue) = 226+36+36=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E22424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22424 is #1DDBDB. Grayscale: #5C5C5C. Windows color (decimal): -1956828 or 2368738. OLE color: 2368738.

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

Color convert

RGB 226 36 36 -
CMYK 0 0.84 0.84 0.11
HSL 0.77% 0.51% -
HSV(B) 0.84% 0.89% -
XYZ 32.31 17.56 3.35 -
YUV 92.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 226 36 36 0 0.84 0.84 0.11 0 0.77 0.51
Hex E2 24 24 0 54 54 B 0 4D 33
Octal 342 44 44 0 124 124 13 0 115 63
Binary 11100010 100100 100100 0 1010100 1010100 1011 0 1001101 110011

Color Harmonies of #E22424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22424

Black with #E22424

Text Example


Text Example

White with #E22424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22424; }

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

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

background-color css

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

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

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

border-color css

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

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

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