Html Css Color HEX #E72020 Persian Red

📋 copy color: '#E72020'

red 231 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #E72020

Tints of Persian Red #E72020

RGB

 RED value IS 231 (90.63% from 255) = 78.31%

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

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

R = 78.31%
G = 10.85%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E72020 (or 0xE72020) is known color: Persian Red. HEX triplet: E7, 20 and 20. RGB value is (231,32,32). Sum of RGB (Red+Green+Blue) = 231+32+32=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E72020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72020 is #18DFDF. Grayscale: #5B5B5B. Windows color (decimal): -1630176 or 2105575. OLE color: 2105575.

HSL color Cylindrical-coordinate representation of color #E72020: hue angle of 0º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72020 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 32 -
CMYK 0 0.86 0.86 0.09
HSL 0.81% 0.52% -
HSV(B) 0.86% 0.91% -
XYZ 33.73 18.13 3.09 -
YUV 91.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 231 32 32 0 0.86 0.86 0.09 0 0.81 0.52
Hex E7 20 20 0 56 56 9 0 51 34
Octal 347 40 40 0 126 126 11 0 121 64
Binary 11100111 100000 100000 0 1010110 1010110 1001 0 1010001 110100

Color Harmonies of #E72020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72020

Black with #E72020

Text Example


Text Example

White with #E72020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72020; }

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

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

background-color css

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

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

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

border-color css

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

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

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