Shades of Persian Red #D13F33
Tints of Persian Red #D13F33
RGB
CMYK
RGB Variations
Color information
#D13F33 (or 0xD13F33) is known color: Persian Red. HEX triplet: D1, 3F and 33. RGB value is (209,63,51). Sum of RGB (Red+Green+Blue) = 209+63+51=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F33 is #2EC0CC. Grayscale: #696969. Windows color (decimal): -3064013 or 3358673. OLE color: 3358673.
HSL color Cylindrical-coordinate representation of color #D13F33: hue angle of 4.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13F33 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 51 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.18 |
| HSL | 4.56º | 0.63% | 0.51% | - |
| HSV(B) | 4.56º | 0.76% | 0.82% | - |
| XYZ | 28.67 | 17.35 | 4.97 | - |
| YUV | 105.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 51 | 0 | 0.70 | 0.76 | 0.18 | 4.56 | 0.63 | 0.51 |
| Hex | D1 | 3F | 33 | 0 | 46 | 4C | 12 | 5 | 3F | 33 |
| Octal | 321 | 77 | 63 | 0 | 106 | 114 | 22 | 5 | 77 | 63 |
| Binary | 11010001 | 111111 | 110011 | 0 | 1000110 | 1001100 | 10010 | 101 | 111111 | 110011 |
Color Harmonies of #D13F33
Complementary color
Monochromatic Colors of #D13F33
Black with #D13F33
Text Example
Text Example
White with #D13F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F33; }
p { color: rgb(209,63,51); }
H1.HeaderClassName
{
color: #D13F33;
}
.AnyTagClassName
{
color: #D13F33;
}
</style>
background-color css
<style>
a { background-color: #D13F33; }
a { background-color: rgb(209,63,51); }
div.DivClassName
{
background-color: #D13F33;
}
.BgClassName
{
background-color: #D13F33;
}
</style>
border-color css
<style>
span { border-color: #D13F33; }
span { border-color: rgb(209,63,51); }
td.TdClassName
{
border-color: #D13F33;
}
.TagClassName
{
border-color: #D13F33;
}
</style>