Shades of Persian Red #D13633
Tints of Persian Red #D13633
RGB
CMYK
RGB Variations
Color information
#D13633 (or 0xD13633) is known color: Persian Red. HEX triplet: D1, 36 and 33. RGB value is (209,54,51). Sum of RGB (Red+Green+Blue) = 209+54+51=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D13633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13633 is #2EC9CC. Grayscale: #646464. Windows color (decimal): -3066317 or 3356369. OLE color: 3356369.
HSL color Cylindrical-coordinate representation of color #D13633: hue angle of 1.14º 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 #D13633 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 51 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.18 |
| HSL | 1.14º | 0.63% | 0.51% | - |
| HSV(B) | 1.14º | 0.76% | 0.82% | - |
| XYZ | 28.21 | 16.43 | 4.82 | - |
| YUV | 100 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 51 | 0 | 0.74 | 0.76 | 0.18 | 1.14 | 0.63 | 0.51 |
| Hex | D1 | 36 | 33 | 0 | 4A | 4C | 12 | 1 | 3F | 33 |
| Octal | 321 | 66 | 63 | 0 | 112 | 114 | 22 | 1 | 77 | 63 |
| Binary | 11010001 | 110110 | 110011 | 0 | 1001010 | 1001100 | 10010 | 1 | 111111 | 110011 |
Color Harmonies of #D13633
Complementary color
Monochromatic Colors of #D13633
Black with #D13633
Text Example
Text Example
White with #D13633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13633; }
p { color: rgb(209,54,51); }
H1.HeaderClassName
{
color: #D13633;
}
.AnyTagClassName
{
color: #D13633;
}
</style>
background-color css
<style>
a { background-color: #D13633; }
a { background-color: rgb(209,54,51); }
div.DivClassName
{
background-color: #D13633;
}
.BgClassName
{
background-color: #D13633;
}
</style>
border-color css
<style>
span { border-color: #D13633; }
span { border-color: rgb(209,54,51); }
td.TdClassName
{
border-color: #D13633;
}
.TagClassName
{
border-color: #D13633;
}
</style>