Html Css Color HEX #E02720 Persian Red

📋 copy color: '#E02720'

red 224 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #E02720

Tints of Persian Red #E02720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

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

R = 75.93%
G = 13.22%
B = 10.85%

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

#E02720 (or 0xE02720) is known color: Persian Red. HEX triplet: E0, 27 and 20. RGB value is (224,39,32). Sum of RGB (Red+Green+Blue) = 224+39+32=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E02720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02720 is #1FD8DF. Grayscale: #5D5D5D. Windows color (decimal): -2087136 or 2107360. OLE color: 2107360.

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

Color convert

RGB 224 39 32 -
CMYK 0 0.83 0.86 0.12
HSL 2.19º 0.76% 0.5% -
HSV(B) 2.19º 0.86% 0.88% -
XYZ 31.73 17.4 3.05 -
YUV 93.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 224 39 32 0 0.83 0.86 0.12 2.19 0.76 0.5
Hex E0 27 20 0 53 56 C 2 4C 32
Octal 340 47 40 0 123 126 14 2 114 62
Binary 11100000 100111 100000 0 1010011 1010110 1100 10 1001100 110010

Color Harmonies of #E02720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02720

Black with #E02720

Text Example


Text Example

White with #E02720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02720; }

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

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

background-color css

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

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

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

border-color css

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

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

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