Shades of Persian Red #D13223
Tints of Persian Red #D13223
RGB
CMYK
RGB Variations
Color information
#D13223 (or 0xD13223) is known color: Persian Red. HEX triplet: D1, 32 and 23. RGB value is (209,50,35). Sum of RGB (Red+Green+Blue) = 209+50+35=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D13223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13223 is #2ECDDC. Grayscale: #606060. Windows color (decimal): -3067357 or 2306769. OLE color: 2306769.
HSL color Cylindrical-coordinate representation of color #D13223: hue angle of 5.17º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D13223 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 35 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.18 |
| HSL | 5.17º | 0.71% | 0.48% | - |
| HSV(B) | 5.17º | 0.83% | 0.82% | - |
| XYZ | 27.74 | 15.96 | 3.21 | - |
| YUV | 95.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 35 | 0 | 0.76 | 0.83 | 0.18 | 5.17 | 0.71 | 0.48 |
| Hex | D1 | 32 | 23 | 0 | 4C | 53 | 12 | 5 | 47 | 30 |
| Octal | 321 | 62 | 43 | 0 | 114 | 123 | 22 | 5 | 107 | 60 |
| Binary | 11010001 | 110010 | 100011 | 0 | 1001100 | 1010011 | 10010 | 101 | 1000111 | 110000 |
Color Harmonies of #D13223
Complementary color
Monochromatic Colors of #D13223
Black with #D13223
Text Example
Text Example
White with #D13223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13223; }
p { color: rgb(209,50,35); }
H1.HeaderClassName
{
color: #D13223;
}
.AnyTagClassName
{
color: #D13223;
}
</style>
background-color css
<style>
a { background-color: #D13223; }
a { background-color: rgb(209,50,35); }
div.DivClassName
{
background-color: #D13223;
}
.BgClassName
{
background-color: #D13223;
}
</style>
border-color css
<style>
span { border-color: #D13223; }
span { border-color: rgb(209,50,35); }
td.TdClassName
{
border-color: #D13223;
}
.TagClassName
{
border-color: #D13223;
}
</style>