Shades of Persian Red #D13D25
Tints of Persian Red #D13D25
RGB
CMYK
RGB Variations
Color information
#D13D25 (or 0xD13D25) is known color: Persian Red. HEX triplet: D1, 3D and 25. RGB value is (209,61,37). Sum of RGB (Red+Green+Blue) = 209+61+37=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D25 is #2EC2DA. Grayscale: #666666. Windows color (decimal): -3064539 or 2440657. OLE color: 2440657.
HSL color Cylindrical-coordinate representation of color #D13D25: hue angle of 8.37º 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 #D13D25 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 37 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.18 |
| HSL | 8.37º | 0.7% | 0.48% | - |
| HSV(B) | 8.37º | 0.82% | 0.82% | - |
| XYZ | 28.3 | 17.03 | 3.55 | - |
| YUV | 102.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 37 | 0 | 0.71 | 0.82 | 0.18 | 8.37 | 0.7 | 0.48 |
| Hex | D1 | 3D | 25 | 0 | 47 | 52 | 12 | 8 | 46 | 30 |
| Octal | 321 | 75 | 45 | 0 | 107 | 122 | 22 | 10 | 106 | 60 |
| Binary | 11010001 | 111101 | 100101 | 0 | 1000111 | 1010010 | 10010 | 1000 | 1000110 | 110000 |
Color Harmonies of #D13D25
Complementary color
Monochromatic Colors of #D13D25
Black with #D13D25
Text Example
Text Example
White with #D13D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D25; }
p { color: rgb(209,61,37); }
H1.HeaderClassName
{
color: #D13D25;
}
.AnyTagClassName
{
color: #D13D25;
}
</style>
background-color css
<style>
a { background-color: #D13D25; }
a { background-color: rgb(209,61,37); }
div.DivClassName
{
background-color: #D13D25;
}
.BgClassName
{
background-color: #D13D25;
}
</style>
border-color css
<style>
span { border-color: #D13D25; }
span { border-color: rgb(209,61,37); }
td.TdClassName
{
border-color: #D13D25;
}
.TagClassName
{
border-color: #D13D25;
}
</style>