Shades of Persian Red #D83022
Tints of Persian Red #D83022
RGB
CMYK
RGB Variations
Color information
#D83022 (or 0xD83022) is known color: Persian Red. HEX triplet: D8, 30 and 22. RGB value is (216,48,34). Sum of RGB (Red+Green+Blue) = 216+48+34=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D83022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83022 is #27CFDD. Grayscale: #606060. Windows color (decimal): -2609118 or 2240728. OLE color: 2240728.
HSL color Cylindrical-coordinate representation of color #D83022: hue angle of 4.62º degrees, saturation: 0.73, 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 #D83022 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 34 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.15 |
| HSL | 4.62º | 0.73% | 0.49% | - |
| HSV(B) | 4.62º | 0.84% | 0.85% | - |
| XYZ | 29.66 | 16.83 | 3.2 | - |
| YUV | 96.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 34 | 0 | 0.78 | 0.84 | 0.15 | 4.62 | 0.73 | 0.49 |
| Hex | D8 | 30 | 22 | 0 | 4E | 54 | F | 5 | 49 | 31 |
| Octal | 330 | 60 | 42 | 0 | 116 | 124 | 17 | 5 | 111 | 61 |
| Binary | 11011000 | 110000 | 100010 | 0 | 1001110 | 1010100 | 1111 | 101 | 1001001 | 110001 |
Color Harmonies of #D83022
Complementary color
Monochromatic Colors of #D83022
Black with #D83022
Text Example
Text Example
White with #D83022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83022; }
p { color: rgb(216,48,34); }
H1.HeaderClassName
{
color: #D83022;
}
.AnyTagClassName
{
color: #D83022;
}
</style>
background-color css
<style>
a { background-color: #D83022; }
a { background-color: rgb(216,48,34); }
div.DivClassName
{
background-color: #D83022;
}
.BgClassName
{
background-color: #D83022;
}
</style>
border-color css
<style>
span { border-color: #D83022; }
span { border-color: rgb(216,48,34); }
td.TdClassName
{
border-color: #D83022;
}
.TagClassName
{
border-color: #D83022;
}
</style>