Shades of Persian Red #D13430
Tints of Persian Red #D13430
RGB
CMYK
RGB Variations
Color information
#D13430 (or 0xD13430) is known color: Persian Red. HEX triplet: D1, 34 and 30. RGB value is (209,52,48). Sum of RGB (Red+Green+Blue) = 209+52+48=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D13430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13430 is #2ECBCF. Grayscale: #626262. Windows color (decimal): -3066832 or 3159249. OLE color: 3159249.
HSL color Cylindrical-coordinate representation of color #D13430: hue angle of 1.49º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13430 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 48 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.18 |
| HSL | 1.49º | 0.64% | 0.5% | - |
| HSV(B) | 1.49º | 0.77% | 0.82% | - |
| XYZ | 28.06 | 16.22 | 4.45 | - |
| YUV | 98.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 48 | 0 | 0.75 | 0.77 | 0.18 | 1.49 | 0.64 | 0.5 |
| Hex | D1 | 34 | 30 | 0 | 4B | 4D | 12 | 1 | 40 | 32 |
| Octal | 321 | 64 | 60 | 0 | 113 | 115 | 22 | 1 | 100 | 62 |
| Binary | 11010001 | 110100 | 110000 | 0 | 1001011 | 1001101 | 10010 | 1 | 1000000 | 110010 |
Color Harmonies of #D13430
Complementary color
Monochromatic Colors of #D13430
Black with #D13430
Text Example
Text Example
White with #D13430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13430; }
p { color: rgb(209,52,48); }
H1.HeaderClassName
{
color: #D13430;
}
.AnyTagClassName
{
color: #D13430;
}
</style>
background-color css
<style>
a { background-color: #D13430; }
a { background-color: rgb(209,52,48); }
div.DivClassName
{
background-color: #D13430;
}
.BgClassName
{
background-color: #D13430;
}
</style>
border-color css
<style>
span { border-color: #D13430; }
span { border-color: rgb(209,52,48); }
td.TdClassName
{
border-color: #D13430;
}
.TagClassName
{
border-color: #D13430;
}
</style>