Shades of Persian Red #D14135
Tints of Persian Red #D14135
RGB
CMYK
RGB Variations
Color information
#D14135 (or 0xD14135) is known color: Persian Red. HEX triplet: D1, 41 and 35. RGB value is (209,65,53). Sum of RGB (Red+Green+Blue) = 209+65+53=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D14135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14135 is #2EBECA. Grayscale: #6A6A6A. Windows color (decimal): -3063499 or 3490257. OLE color: 3490257.
HSL color Cylindrical-coordinate representation of color #D14135: hue angle of 4.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D14135 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 53 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.18 |
| HSL | 4.62º | 0.63% | 0.51% | - |
| HSV(B) | 4.62º | 0.75% | 0.82% | - |
| XYZ | 28.83 | 17.59 | 5.24 | - |
| YUV | 106.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 53 | 0 | 0.69 | 0.75 | 0.18 | 4.62 | 0.63 | 0.51 |
| Hex | D1 | 41 | 35 | 0 | 45 | 4B | 12 | 5 | 3F | 33 |
| Octal | 321 | 101 | 65 | 0 | 105 | 113 | 22 | 5 | 77 | 63 |
| Binary | 11010001 | 1000001 | 110101 | 0 | 1000101 | 1001011 | 10010 | 101 | 111111 | 110011 |
Color Harmonies of #D14135
Complementary color
Monochromatic Colors of #D14135
Black with #D14135
Text Example
Text Example
White with #D14135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14135; }
p { color: rgb(209,65,53); }
H1.HeaderClassName
{
color: #D14135;
}
.AnyTagClassName
{
color: #D14135;
}
</style>
background-color css
<style>
a { background-color: #D14135; }
a { background-color: rgb(209,65,53); }
div.DivClassName
{
background-color: #D14135;
}
.BgClassName
{
background-color: #D14135;
}
</style>
border-color css
<style>
span { border-color: #D14135; }
span { border-color: rgb(209,65,53); }
td.TdClassName
{
border-color: #D14135;
}
.TagClassName
{
border-color: #D14135;
}
</style>