Shades of Persian Red #D82C23
Tints of Persian Red #D82C23
RGB
CMYK
RGB Variations
Color information
#D82C23 (or 0xD82C23) is known color: Persian Red. HEX triplet: D8, 2C and 23. RGB value is (216,44,35). Sum of RGB (Red+Green+Blue) = 216+44+35=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C23 is #27D3DC. Grayscale: #5E5E5E. Windows color (decimal): -2610141 or 2305240. OLE color: 2305240.
HSL color Cylindrical-coordinate representation of color #D82C23: hue angle of 2.98º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82C23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 35 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.15 |
| HSL | 2.98º | 0.72% | 0.49% | - |
| HSV(B) | 2.98º | 0.84% | 0.85% | - |
| XYZ | 29.52 | 16.52 | 3.22 | - |
| YUV | 94.4 | 94.48 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 35 | 0 | 0.80 | 0.84 | 0.15 | 2.98 | 0.72 | 0.49 |
| Hex | D8 | 2C | 23 | 0 | 50 | 54 | F | 3 | 48 | 31 |
| Octal | 330 | 54 | 43 | 0 | 120 | 124 | 17 | 3 | 110 | 61 |
| Binary | 11011000 | 101100 | 100011 | 0 | 1010000 | 1010100 | 1111 | 11 | 1001000 | 110001 |
Color Harmonies of #D82C23
Complementary color
Monochromatic Colors of #D82C23
Black with #D82C23
Text Example
Text Example
White with #D82C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C23; }
p { color: rgb(216,44,35); }
H1.HeaderClassName
{
color: #D82C23;
}
.AnyTagClassName
{
color: #D82C23;
}
</style>
background-color css
<style>
a { background-color: #D82C23; }
a { background-color: rgb(216,44,35); }
div.DivClassName
{
background-color: #D82C23;
}
.BgClassName
{
background-color: #D82C23;
}
</style>
border-color css
<style>
span { border-color: #D82C23; }
span { border-color: rgb(216,44,35); }
td.TdClassName
{
border-color: #D82C23;
}
.TagClassName
{
border-color: #D82C23;
}
</style>