Shades of Persian Red #D14441
Tints of Persian Red #D14441
RGB
CMYK
RGB Variations
Color information
#D14441 (or 0xD14441) is known color: Persian Red. HEX triplet: D1, 44 and 41. RGB value is (209,68,65). Sum of RGB (Red+Green+Blue) = 209+68+65=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D14441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14441 is #2EBBBE. Grayscale: #6D6D6D. Windows color (decimal): -3062719 or 4277457. OLE color: 4277457.
HSL color Cylindrical-coordinate representation of color #D14441: hue angle of 1.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14441 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 65 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.18 |
| HSL | 1.25º | 0.61% | 0.54% | - |
| HSV(B) | 1.25º | 0.69% | 0.82% | - |
| XYZ | 29.32 | 18.07 | 6.94 | - |
| YUV | 109.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 65 | 0 | 0.67 | 0.69 | 0.18 | 1.25 | 0.61 | 0.54 |
| Hex | D1 | 44 | 41 | 0 | 43 | 45 | 12 | 1 | 3D | 36 |
| Octal | 321 | 104 | 101 | 0 | 103 | 105 | 22 | 1 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1000001 | 0 | 1000011 | 1000101 | 10010 | 1 | 111101 | 110110 |
Color Harmonies of #D14441
Complementary color
Monochromatic Colors of #D14441
Black with #D14441
Text Example
Text Example
White with #D14441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14441; }
p { color: rgb(209,68,65); }
H1.HeaderClassName
{
color: #D14441;
}
.AnyTagClassName
{
color: #D14441;
}
</style>
background-color css
<style>
a { background-color: #D14441; }
a { background-color: rgb(209,68,65); }
div.DivClassName
{
background-color: #D14441;
}
.BgClassName
{
background-color: #D14441;
}
</style>
border-color css
<style>
span { border-color: #D14441; }
span { border-color: rgb(209,68,65); }
td.TdClassName
{
border-color: #D14441;
}
.TagClassName
{
border-color: #D14441;
}
</style>