Html Css Color HEX #E02520 Persian Red

📋 copy color: '#E02520'

red 224 ◦ green 37 ◦ blue 32

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

Shades of Persian Red #E02520

Tints of Persian Red #E02520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

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

R = 76.45%
G = 12.63%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E02520 (or 0xE02520) is known color: Persian Red. HEX triplet: E0, 25 and 20. RGB value is (224,37,32). Sum of RGB (Red+Green+Blue) = 224+37+32=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02520 is #1FDADF. Grayscale: #5C5C5C. Windows color (decimal): -2087648 or 2106848. OLE color: 2106848.

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

Color convert

RGB 224 37 32 -
CMYK 0 0.83 0.86 0.12
HSL 1.56º 0.76% 0.5% -
HSV(B) 1.56º 0.86% 0.88% -
XYZ 31.66 17.27 3.03 -
YUV 92.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 224 37 32 0 0.83 0.86 0.12 1.56 0.76 0.5
Hex E0 25 20 0 53 56 C 2 4C 32
Octal 340 45 40 0 123 126 14 2 114 62
Binary 11100000 100101 100000 0 1010011 1010110 1100 10 1001100 110010

Color Harmonies of #E02520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02520

Black with #E02520

Text Example


Text Example

White with #E02520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02520; }

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

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

background-color css

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

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

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

border-color css

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

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

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