Html Css Color HEX #E72424 Persian Red

📋 copy color: '#E72424'

red 231 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #E72424

Tints of Persian Red #E72424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 76.24%
G = 11.88%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E72424 (or 0xE72424) is known color: Persian Red. HEX triplet: E7, 24 and 24. RGB value is (231,36,36). Sum of RGB (Red+Green+Blue) = 231+36+36=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E72424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72424 is #18DBDB. Grayscale: #5E5E5E. Windows color (decimal): -1629148 or 2368743. OLE color: 2368743.

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

Color convert

RGB 231 36 36 -
CMYK 0 0.84 0.84 0.09
HSL 0.8% 0.52% -
HSV(B) 0.84% 0.91% -
XYZ 33.9 18.38 3.43 -
YUV 94.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 231 36 36 0 0.84 0.84 0.09 0 0.8 0.52
Hex E7 24 24 0 54 54 9 0 50 34
Octal 347 44 44 0 124 124 11 0 120 64
Binary 11100111 100100 100100 0 1010100 1010100 1001 0 1010000 110100

Color Harmonies of #E72424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72424

Black with #E72424

Text Example


Text Example

White with #E72424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72424; }

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

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

background-color css

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

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

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

border-color css

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

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

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