#D82621

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

Shades of Persian Red #D82621

Tints of Persian Red #D82621

Color information

#D82621 (or 0xD82621) is unknown color: approx Persian Red. HEX triplet: D8, 26 and 21. RGB value is (216,38,33). Sum of RGB (Red+Green+Blue) = 216+38+33=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D82621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82621 is #27D9DE. Grayscale: #5A5A5A. Windows color (decimal): -2611679 or 2172632. OLE color: 2172632.

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

Color convert

RGB2163833-
CMYK00.820.850.15
HSL1.64º73.49%48.82%-
HSV(B)1.64º84.72%84.71%-
XYZ29.2916.093-
YUV90.6595.47217.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75.26%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=75.26%
G=13.24%
B=11.50%

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
Decimal216383300.820.850.151.6473.4948.82
HexD8262105255F24931
Octal3304641012212517211161
Binary110110001001101000010101001010101011111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82621; }

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

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

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

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

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

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

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

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