Html Css Color HEX #E72420 Persian Red

📋 copy color: '#E72420'

red 231 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #E72420

Tints of Persian Red #E72420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 77.26%
G = 12.04%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E72420 (or 0xE72420) is known color: Persian Red. HEX triplet: E7, 24 and 20. RGB value is (231,36,32). Sum of RGB (Red+Green+Blue) = 231+36+32=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E72420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72420 is #18DBDF. Grayscale: #5E5E5E. Windows color (decimal): -1629152 or 2106599. OLE color: 2106599.

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

Color convert

RGB 231 36 32 -
CMYK 0 0.84 0.86 0.09
HSL 1.21º 0.81% 0.52% -
HSV(B) 1.21º 0.86% 0.91% -
XYZ 33.85 18.35 3.13 -
YUV 93.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 231 36 32 0 0.84 0.86 0.09 1.21 0.81 0.52
Hex E7 24 20 0 54 56 9 1 51 34
Octal 347 44 40 0 124 126 11 1 121 64
Binary 11100111 100100 100000 0 1010100 1010110 1001 1 1010001 110100

Color Harmonies of #E72420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72420

Black with #E72420

Text Example


Text Example

White with #E72420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72420; }

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

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

background-color css

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

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

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

border-color css

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

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

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