Html Css Color HEX #E02D21 Persian Red

📋 copy color: '#E02D21'

red 224 ◦ green 45 ◦ blue 33

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

Shades of Persian Red #E02D21

Tints of Persian Red #E02D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

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

R = 74.17%
G = 14.9%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02D21 (or 0xE02D21) is known color: Persian Red. HEX triplet: E0, 2D and 21. RGB value is (224,45,33). Sum of RGB (Red+Green+Blue) = 224+45+33=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D21 is #1FD2DE. Grayscale: #616161. Windows color (decimal): -2085599 or 2174432. OLE color: 2174432.

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

Color convert

RGB 224 45 33 -
CMYK 0 0.80 0.85 0.12
HSL 3.77º 0.75% 0.5% -
HSV(B) 3.77º 0.85% 0.88% -
XYZ 31.95 17.83 3.2 -
YUV 97.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 224 45 33 0 0.80 0.85 0.12 3.77 0.75 0.5
Hex E0 2D 21 0 50 55 C 4 4B 32
Octal 340 55 41 0 120 125 14 4 113 62
Binary 11100000 101101 100001 0 1010000 1010101 1100 100 1001011 110010

Color Harmonies of #E02D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D21

Black with #E02D21

Text Example


Text Example

White with #E02D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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