Html Css Color HEX #E02020 Persian Red

📋 copy color: '#E02020'

red 224 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #E02020

Tints of Persian Red #E02020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E02020 (or 0xE02020) is known color: Persian Red. HEX triplet: E0, 20 and 20. RGB value is (224,32,32). Sum of RGB (Red+Green+Blue) = 224+32+32=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E02020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02020 is #1FDFDF. Grayscale: #595959. Windows color (decimal): -2088928 or 2105568. OLE color: 2105568.

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

Color convert

RGB 224 32 32 -
CMYK 0 0.86 0.86 0.12
HSL 0.76% 0.5% -
HSV(B) 0.86% 0.88% -
XYZ 31.52 16.98 2.98 -
YUV 89.41 95.61 224 -
System Red Green Blue C M Y K H S L
Decimal 224 32 32 0 0.86 0.86 0.12 0 0.76 0.5
Hex E0 20 20 0 56 56 C 0 4C 32
Octal 340 40 40 0 126 126 14 0 114 62
Binary 11100000 100000 100000 0 1010110 1010110 1100 0 1001100 110010

Color Harmonies of #E02020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02020

Black with #E02020

Text Example


Text Example

White with #E02020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02020; }

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

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

background-color css

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

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

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

border-color css

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

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

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