#d82928

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

Shades of Persian Red #D82928

Tints of Persian Red #D82928

Color information

#D82928 (or 0xD82928) is unknown color: approx Persian Red. HEX triplet: D8, 29 and 28. RGB value is (216,41,40). Sum of RGB (Red+Green+Blue) = 216+41+40=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D82928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82928 is #27D6D7. Grayscale: #5D5D5D. Windows color (decimal): -2610904 or 2632152. OLE color: 2632152.

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

Color convert

RGB2164140-
CMYK00.810.810.15
HSL0.34º69.29%50.2%-
HSV(B)0.34º81.48%84.71%-
XYZ29.4916.343.61-
YUV93.2197.98215.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72.73%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=72.73%
G=13.80%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216414000.810.810.150.3469.2950.2
HexD8292805151F04532
Octal3305150012112117010562
Binary11011000101001101000010100011010001111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d82928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d82928; }

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

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

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

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

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

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

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

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