#D82721

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

Shades of Persian Red #D82721

Tints of Persian Red #D82721

Color information

#D82721 (or 0xD82721) is unknown color: approx Persian Red. HEX triplet: D8, 27 and 21. RGB value is (216,39,33). Sum of RGB (Red+Green+Blue) = 216+39+33=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D82721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82721 is #27D8DE. Grayscale: #5B5B5B. Windows color (decimal): -2611423 or 2172888. OLE color: 2172888.

HSL color Cylindrical-coordinate representation of color #D82721: hue angle of 1.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82721 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2163933-
CMYK00.820.850.15
HSL1.97º73.49%48.82%-
HSV(B)1.97º84.72%84.71%-
XYZ29.3216.163.01-
YUV91.2495.14216.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=75%
G=13.54%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216393300.820.850.151.9773.4948.82
HexD8272105255F24931
Octal3304741012212517211161
Binary110110001001111000010101001010101011111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82721; }

 p { color: rgb(216,39,33); }

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

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

 a { background-color: rgb(216,39,33); }

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

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

 span { border-color: rgb(216,39,33); }

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