Html Css Color HEX #E02820 Persian Red

📋 copy color: '#E02820'

red 224 ◦ green 40 ◦ blue 32

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

Shades of Persian Red #E02820

Tints of Persian Red #E02820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

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

R = 75.68%
G = 13.51%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E02820 (or 0xE02820) is known color: Persian Red. HEX triplet: E0, 28 and 20. RGB value is (224,40,32). Sum of RGB (Red+Green+Blue) = 224+40+32=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02820 is #1FD7DF. Grayscale: #5E5E5E. Windows color (decimal): -2086880 or 2107616. OLE color: 2107616.

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

Color convert

RGB 224 40 32 -
CMYK 0 0.82 0.86 0.12
HSL 2.5º 0.76% 0.5% -
HSV(B) 2.5º 0.86% 0.88% -
XYZ 31.76 17.47 3.06 -
YUV 94.1 92.96 220.65 -
System Red Green Blue C M Y K H S L
Decimal 224 40 32 0 0.82 0.86 0.12 2.5 0.76 0.5
Hex E0 28 20 0 52 56 C 2 4C 32
Octal 340 50 40 0 122 126 14 2 114 62
Binary 11100000 101000 100000 0 1010010 1010110 1100 10 1001100 110010

Color Harmonies of #E02820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02820

Black with #E02820

Text Example


Text Example

White with #E02820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02820; }

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

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

background-color css

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

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

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

border-color css

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

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

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