Shades of Persian Red #D83223
Tints of Persian Red #D83223
RGB
CMYK
RGB Variations
Color information
#D83223 (or 0xD83223) is known color: Persian Red. HEX triplet: D8, 32 and 23. RGB value is (216,50,35). Sum of RGB (Red+Green+Blue) = 216+50+35=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D83223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83223 is #27CDDC. Grayscale: #626262. Windows color (decimal): -2608605 or 2306776. OLE color: 2306776.
HSL color Cylindrical-coordinate representation of color #D83223: hue angle of 4.97º 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 #D83223 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 35 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.15 |
| HSL | 4.97º | 0.72% | 0.49% | - |
| HSV(B) | 4.97º | 0.84% | 0.85% | - |
| XYZ | 29.76 | 17 | 3.3 | - |
| YUV | 97.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 35 | 0 | 0.77 | 0.84 | 0.15 | 4.97 | 0.72 | 0.49 |
| Hex | D8 | 32 | 23 | 0 | 4D | 54 | F | 5 | 48 | 31 |
| Octal | 330 | 62 | 43 | 0 | 115 | 124 | 17 | 5 | 110 | 61 |
| Binary | 11011000 | 110010 | 100011 | 0 | 1001101 | 1010100 | 1111 | 101 | 1001000 | 110001 |
Color Harmonies of #D83223
Complementary color
Monochromatic Colors of #D83223
Black with #D83223
Text Example
Text Example
White with #D83223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83223; }
p { color: rgb(216,50,35); }
H1.HeaderClassName
{
color: #D83223;
}
.AnyTagClassName
{
color: #D83223;
}
</style>
background-color css
<style>
a { background-color: #D83223; }
a { background-color: rgb(216,50,35); }
div.DivClassName
{
background-color: #D83223;
}
.BgClassName
{
background-color: #D83223;
}
</style>
border-color css
<style>
span { border-color: #D83223; }
span { border-color: rgb(216,50,35); }
td.TdClassName
{
border-color: #D83223;
}
.TagClassName
{
border-color: #D83223;
}
</style>