Shades of Persian Red #D83623
Tints of Persian Red #D83623
RGB
CMYK
RGB Variations
Color information
#D83623 (or 0xD83623) is known color: Persian Red. HEX triplet: D8, 36 and 23. RGB value is (216,54,35). Sum of RGB (Red+Green+Blue) = 216+54+35=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D83623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83623 is #27C9DC. Grayscale: #646464. Windows color (decimal): -2607581 or 2307800. OLE color: 2307800.
HSL color Cylindrical-coordinate representation of color #D83623: hue angle of 6.3º 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 #D83623 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 35 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.15 |
| HSL | 6.3º | 0.72% | 0.49% | - |
| HSV(B) | 6.3º | 0.84% | 0.85% | - |
| XYZ | 29.94 | 17.36 | 3.36 | - |
| YUV | 100.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 35 | 0 | 0.75 | 0.84 | 0.15 | 6.3 | 0.72 | 0.49 |
| Hex | D8 | 36 | 23 | 0 | 4B | 54 | F | 6 | 48 | 31 |
| Octal | 330 | 66 | 43 | 0 | 113 | 124 | 17 | 6 | 110 | 61 |
| Binary | 11011000 | 110110 | 100011 | 0 | 1001011 | 1010100 | 1111 | 110 | 1001000 | 110001 |
Color Harmonies of #D83623
Complementary color
Monochromatic Colors of #D83623
Black with #D83623
Text Example
Text Example
White with #D83623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83623; }
p { color: rgb(216,54,35); }
H1.HeaderClassName
{
color: #D83623;
}
.AnyTagClassName
{
color: #D83623;
}
</style>
background-color css
<style>
a { background-color: #D83623; }
a { background-color: rgb(216,54,35); }
div.DivClassName
{
background-color: #D83623;
}
.BgClassName
{
background-color: #D83623;
}
</style>
border-color css
<style>
span { border-color: #D83623; }
span { border-color: rgb(216,54,35); }
td.TdClassName
{
border-color: #D83623;
}
.TagClassName
{
border-color: #D83623;
}
</style>