Shades of Persian Red #D53022
Tints of Persian Red #D53022
RGB
CMYK
RGB Variations
Color information
#D53022 (or 0xD53022) is known color: Persian Red. HEX triplet: D5, 30 and 22. RGB value is (213,48,34). Sum of RGB (Red+Green+Blue) = 213+48+34=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D53022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53022 is #2ACFDD. Grayscale: #5F5F5F. Windows color (decimal): -2805726 or 2240725. OLE color: 2240725.
HSL color Cylindrical-coordinate representation of color #D53022: hue angle of 4.69º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D53022 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 34 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.16 |
| HSL | 4.69º | 0.72% | 0.48% | - |
| HSV(B) | 4.69º | 0.84% | 0.84% | - |
| XYZ | 28.79 | 16.38 | 3.16 | - |
| YUV | 95.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 34 | 0 | 0.77 | 0.84 | 0.16 | 4.69 | 0.72 | 0.48 |
| Hex | D5 | 30 | 22 | 0 | 4D | 54 | 10 | 5 | 48 | 30 |
| Octal | 325 | 60 | 42 | 0 | 115 | 124 | 20 | 5 | 110 | 60 |
| Binary | 11010101 | 110000 | 100010 | 0 | 1001101 | 1010100 | 10000 | 101 | 1001000 | 110000 |
Color Harmonies of #D53022
Complementary color
Monochromatic Colors of #D53022
Black with #D53022
Text Example
Text Example
White with #D53022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53022; }
p { color: rgb(213,48,34); }
H1.HeaderClassName
{
color: #D53022;
}
.AnyTagClassName
{
color: #D53022;
}
</style>
background-color css
<style>
a { background-color: #D53022; }
a { background-color: rgb(213,48,34); }
div.DivClassName
{
background-color: #D53022;
}
.BgClassName
{
background-color: #D53022;
}
</style>
border-color css
<style>
span { border-color: #D53022; }
span { border-color: rgb(213,48,34); }
td.TdClassName
{
border-color: #D53022;
}
.TagClassName
{
border-color: #D53022;
}
</style>