Html Css Color HEX #E02321 Persian Red

📋 copy color: '#E02321'

red 224 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #E02321

Tints of Persian Red #E02321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 76.71%
G = 11.99%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02321 (or 0xE02321) is known color: Persian Red. HEX triplet: E0, 23 and 21. RGB value is (224,35,33). Sum of RGB (Red+Green+Blue) = 224+35+33=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02321 is #1FDCDE. Grayscale: #5B5B5B. Windows color (decimal): -2088159 or 2171872. OLE color: 2171872.

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

Color convert

RGB 224 35 33 -
CMYK 0 0.84 0.85 0.12
HSL 0.63º 0.75% 0.5% -
HSV(B) 0.63º 0.85% 0.88% -
XYZ 31.62 17.16 3.08 -
YUV 91.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 224 35 33 0 0.84 0.85 0.12 0.63 0.75 0.5
Hex E0 23 21 0 54 55 C 1 4B 32
Octal 340 43 41 0 124 125 14 1 113 62
Binary 11100000 100011 100001 0 1010100 1010101 1100 1 1001011 110010

Color Harmonies of #E02321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02321

Black with #E02321

Text Example


Text Example

White with #E02321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02321; }

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

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

background-color css

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

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

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

border-color css

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

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

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