Shades of Persian Red #D13F2B
Tints of Persian Red #D13F2B
RGB
CMYK
RGB Variations
Color information
#D13F2B (or 0xD13F2B) is known color: Persian Red. HEX triplet: D1, 3F and 2B. RGB value is (209,63,43). Sum of RGB (Red+Green+Blue) = 209+63+43=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F2B is #2EC0D4. Grayscale: #686868. Windows color (decimal): -3064021 or 2834385. OLE color: 2834385.
HSL color Cylindrical-coordinate representation of color #D13F2B: hue angle of 7.23º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D13F2B is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 43 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.18 |
| HSL | 7.23º | 0.66% | 0.49% | - |
| HSV(B) | 7.23º | 0.79% | 0.82% | - |
| XYZ | 28.51 | 17.28 | 4.12 | - |
| YUV | 104.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 43 | 0 | 0.70 | 0.79 | 0.18 | 7.23 | 0.66 | 0.49 |
| Hex | D1 | 3F | 2B | 0 | 46 | 4F | 12 | 7 | 42 | 31 |
| Octal | 321 | 77 | 53 | 0 | 106 | 117 | 22 | 7 | 102 | 61 |
| Binary | 11010001 | 111111 | 101011 | 0 | 1000110 | 1001111 | 10010 | 111 | 1000010 | 110001 |
Color Harmonies of #D13F2B
Complementary color
Monochromatic Colors of #D13F2B
Black with #D13F2B
Text Example
Text Example
White with #D13F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F2B; }
p { color: rgb(209,63,43); }
H1.HeaderClassName
{
color: #D13F2B;
}
.AnyTagClassName
{
color: #D13F2B;
}
</style>
background-color css
<style>
a { background-color: #D13F2B; }
a { background-color: rgb(209,63,43); }
div.DivClassName
{
background-color: #D13F2B;
}
.BgClassName
{
background-color: #D13F2B;
}
</style>
border-color css
<style>
span { border-color: #D13F2B; }
span { border-color: rgb(209,63,43); }
td.TdClassName
{
border-color: #D13F2B;
}
.TagClassName
{
border-color: #D13F2B;
}
</style>