Shades of Persian Red #D13F3A
Tints of Persian Red #D13F3A
RGB
CMYK
RGB Variations
Color information
#D13F3A (or 0xD13F3A) is known color: Persian Red. HEX triplet: D1, 3F and 3A. RGB value is (209,63,58). Sum of RGB (Red+Green+Blue) = 209+63+58=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F3A is #2EC0C5. Grayscale: #6A6A6A. Windows color (decimal): -3064006 or 3817425. OLE color: 3817425.
HSL color Cylindrical-coordinate representation of color #D13F3A: hue angle of 1.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13F3A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 58 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.18 |
| HSL | 1.99º | 0.62% | 0.52% | - |
| HSV(B) | 1.99º | 0.72% | 0.82% | - |
| XYZ | 28.84 | 17.42 | 5.84 | - |
| YUV | 106.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 58 | 0 | 0.70 | 0.72 | 0.18 | 1.99 | 0.62 | 0.52 |
| Hex | D1 | 3F | 3A | 0 | 46 | 48 | 12 | 2 | 3E | 34 |
| Octal | 321 | 77 | 72 | 0 | 106 | 110 | 22 | 2 | 76 | 64 |
| Binary | 11010001 | 111111 | 111010 | 0 | 1000110 | 1001000 | 10010 | 10 | 111110 | 110100 |
Color Harmonies of #D13F3A
Complementary color
Monochromatic Colors of #D13F3A
Black with #D13F3A
Text Example
Text Example
White with #D13F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F3A; }
p { color: rgb(209,63,58); }
H1.HeaderClassName
{
color: #D13F3A;
}
.AnyTagClassName
{
color: #D13F3A;
}
</style>
background-color css
<style>
a { background-color: #D13F3A; }
a { background-color: rgb(209,63,58); }
div.DivClassName
{
background-color: #D13F3A;
}
.BgClassName
{
background-color: #D13F3A;
}
</style>
border-color css
<style>
span { border-color: #D13F3A; }
span { border-color: rgb(209,63,58); }
td.TdClassName
{
border-color: #D13F3A;
}
.TagClassName
{
border-color: #D13F3A;
}
</style>