Shades of Persian Red #D13F38
Tints of Persian Red #D13F38
RGB
CMYK
RGB Variations
Color information
#D13F38 (or 0xD13F38) is known color: Persian Red. HEX triplet: D1, 3F and 38. RGB value is (209,63,56). Sum of RGB (Red+Green+Blue) = 209+63+56=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F38 is #2EC0C7. Grayscale: #6A6A6A. Windows color (decimal): -3064008 or 3686353. OLE color: 3686353.
HSL color Cylindrical-coordinate representation of color #D13F38: hue angle of 2.75º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13F38 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 56 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.18 |
| HSL | 2.75º | 0.62% | 0.52% | - |
| HSV(B) | 2.75º | 0.73% | 0.82% | - |
| XYZ | 28.79 | 17.4 | 5.58 | - |
| YUV | 105.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 56 | 0 | 0.70 | 0.73 | 0.18 | 2.75 | 0.62 | 0.52 |
| Hex | D1 | 3F | 38 | 0 | 46 | 49 | 12 | 3 | 3E | 34 |
| Octal | 321 | 77 | 70 | 0 | 106 | 111 | 22 | 3 | 76 | 64 |
| Binary | 11010001 | 111111 | 111000 | 0 | 1000110 | 1001001 | 10010 | 11 | 111110 | 110100 |
Color Harmonies of #D13F38
Complementary color
Monochromatic Colors of #D13F38
Black with #D13F38
Text Example
Text Example
White with #D13F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F38; }
p { color: rgb(209,63,56); }
H1.HeaderClassName
{
color: #D13F38;
}
.AnyTagClassName
{
color: #D13F38;
}
</style>
background-color css
<style>
a { background-color: #D13F38; }
a { background-color: rgb(209,63,56); }
div.DivClassName
{
background-color: #D13F38;
}
.BgClassName
{
background-color: #D13F38;
}
</style>
border-color css
<style>
span { border-color: #D13F38; }
span { border-color: rgb(209,63,56); }
td.TdClassName
{
border-color: #D13F38;
}
.TagClassName
{
border-color: #D13F38;
}
</style>