#D82821

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

Shades of Persian Red #D82821

Tints of Persian Red #D82821

Color information

#D82821 (or 0xD82821) is unknown color: approx Persian Red. HEX triplet: D8, 28 and 21. RGB value is (216,40,33). Sum of RGB (Red+Green+Blue) = 216+40+33=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D82821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82821 is #27D7DE. Grayscale: #5C5C5C. Windows color (decimal): -2611167 or 2173144. OLE color: 2173144.

HSL color Cylindrical-coordinate representation of color #D82821: hue angle of 2.3º 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 #D82821 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2164033-
CMYK00.810.850.15
HSL2.3º73.49%48.82%-
HSV(B)2.3º84.72%84.71%-
XYZ29.3516.233.02-
YUV91.8394.81216.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 74.74%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=74.74%
G=13.84%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216403300.810.850.152.373.4948.82
HexD8282105155F24931
Octal3305041012112517211161
Binary110110001010001000010101000110101011111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82821; }

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

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

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

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

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

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

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

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