Shades of Persian Red #D13A25
Tints of Persian Red #D13A25
RGB
CMYK
RGB Variations
Color information
#D13A25 (or 0xD13A25) is known color: Persian Red. HEX triplet: D1, 3A and 25. RGB value is (209,58,37). Sum of RGB (Red+Green+Blue) = 209+58+37=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A25 is #2EC5DA. Grayscale: #646464. Windows color (decimal): -3065307 or 2439889. OLE color: 2439889.
HSL color Cylindrical-coordinate representation of color #D13A25: hue angle of 7.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D13A25 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 37 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.18 |
| HSL | 7.33º | 0.7% | 0.48% | - |
| HSV(B) | 7.33º | 0.82% | 0.82% | - |
| XYZ | 28.14 | 16.71 | 3.49 | - |
| YUV | 100.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 37 | 0 | 0.72 | 0.82 | 0.18 | 7.33 | 0.7 | 0.48 |
| Hex | D1 | 3A | 25 | 0 | 48 | 52 | 12 | 7 | 46 | 30 |
| Octal | 321 | 72 | 45 | 0 | 110 | 122 | 22 | 7 | 106 | 60 |
| Binary | 11010001 | 111010 | 100101 | 0 | 1001000 | 1010010 | 10010 | 111 | 1000110 | 110000 |
Color Harmonies of #D13A25
Complementary color
Monochromatic Colors of #D13A25
Black with #D13A25
Text Example
Text Example
White with #D13A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A25; }
p { color: rgb(209,58,37); }
H1.HeaderClassName
{
color: #D13A25;
}
.AnyTagClassName
{
color: #D13A25;
}
</style>
background-color css
<style>
a { background-color: #D13A25; }
a { background-color: rgb(209,58,37); }
div.DivClassName
{
background-color: #D13A25;
}
.BgClassName
{
background-color: #D13A25;
}
</style>
border-color css
<style>
span { border-color: #D13A25; }
span { border-color: rgb(209,58,37); }
td.TdClassName
{
border-color: #D13A25;
}
.TagClassName
{
border-color: #D13A25;
}
</style>