Html Css Color HEX #E02221 Persian Red

📋 copy color: '#E02221'

red 224 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #E02221

Tints of Persian Red #E02221

RGB

 RED value IS 224 (87.89% from 255) = 76.98%

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

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

R = 76.98%
G = 11.68%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02221 (or 0xE02221) is known color: Persian Red. HEX triplet: E0, 22 and 21. RGB value is (224,34,33). Sum of RGB (Red+Green+Blue) = 224+34+33=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E02221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02221 is #1FDDDE. Grayscale: #5A5A5A. Windows color (decimal): -2088415 or 2171616. OLE color: 2171616.

HSL color Cylindrical-coordinate representation of color #E02221: hue angle of 0.31º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02221 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 34 33 -
CMYK 0 0.85 0.85 0.12
HSL 0.31º 0.75% 0.5% -
HSV(B) 0.31º 0.85% 0.88% -
XYZ 31.59 17.1 3.07 -
YUV 90.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 224 34 33 0 0.85 0.85 0.12 0.31 0.75 0.5
Hex E0 22 21 0 55 55 C 0 4B 32
Octal 340 42 41 0 125 125 14 0 113 62
Binary 11100000 100010 100001 0 1010101 1010101 1100 0 1001011 110010

Color Harmonies of #E02221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02221

Black with #E02221

Text Example


Text Example

White with #E02221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02221; }

 p { color: rgb(224,34,33); }

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

background-color css

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

 a { background-color: rgb(224,34,33); }

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

border-color css

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

 span { border-color: rgb(224,34,33); }

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