Html Css Color HEX #E02D20 Persian Red

📋 copy color: '#E02D20'

red 224 ◦ green 45 ◦ blue 32

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

Shades of Persian Red #E02D20

Tints of Persian Red #E02D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 74.42%
G = 14.95%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E02D20 (or 0xE02D20) is known color: Persian Red. HEX triplet: E0, 2D and 20. RGB value is (224,45,32). Sum of RGB (Red+Green+Blue) = 224+45+32=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D20 is #1FD2DF. Grayscale: #616161. Windows color (decimal): -2085600 or 2108896. OLE color: 2108896.

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

Color convert

RGB 224 45 32 -
CMYK 0 0.80 0.86 0.12
HSL 4.06º 0.76% 0.5% -
HSV(B) 4.06º 0.86% 0.88% -
XYZ 31.94 17.83 3.12 -
YUV 97.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 224 45 32 0 0.80 0.86 0.12 4.06 0.76 0.5
Hex E0 2D 20 0 50 56 C 4 4C 32
Octal 340 55 40 0 120 126 14 4 114 62
Binary 11100000 101101 100000 0 1010000 1010110 1100 100 1001100 110010

Color Harmonies of #E02D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D20

Black with #E02D20

Text Example


Text Example

White with #E02D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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