#D72824

Color #D72824 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D72824

Tints of Persian Red #D72824

Color information

#D72824 (or 0xD72824) is unknown color: approx Persian Red. HEX triplet: D7, 28 and 24. RGB value is (215,40,36). Sum of RGB (Red+Green+Blue) = 215+40+36=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D72824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72824 is #28D7DB. Grayscale: #5C5C5C. Windows color (decimal): -2676700 or 2369751. OLE color: 2369751.

HSL color Cylindrical-coordinate representation of color #D72824: hue angle of 1.34º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72824 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB2154036-
CMYK00.810.830.16
HSL1.34º71.31%49.22%-
HSV(B)1.34º83.26%84.31%-
XYZ29.116.093.24-
YUV91.8796.48215.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 73.88%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=73.88%
G=13.75%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215403600.810.830.161.3471.3149.22
HexD72824051531014731
Octal3275044012112320110761
Binary110101111010001001000101000110100111000011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72824; }

 p { color: rgb(215,40,36); }

 H1.HeaderClassName
 {
   color: #D72824;
 }
 .AnyTagClassName
 {
   color: #D72824;
 }
</style>
background-color css

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

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

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

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

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

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