Shades of Persian Red #D3413E
Tints of Persian Red #D3413E
RGB
CMYK
RGB Variations
Color information
#D3413E (or 0xD3413E) is known color: Persian Red. HEX triplet: D3, 41 and 3E. RGB value is (211,65,62). Sum of RGB (Red+Green+Blue) = 211+65+62=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3413E is #2CBEC1. Grayscale: #6C6C6C. Windows color (decimal): -2932418 or 4080083. OLE color: 4080083.
HSL color Cylindrical-coordinate representation of color #D3413E: hue angle of 1.21º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3413E is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 62 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.17 |
| HSL | 1.21º | 0.63% | 0.54% | - |
| HSV(B) | 1.21º | 0.71% | 0.83% | - |
| XYZ | 29.62 | 17.98 | 6.47 | - |
| YUV | 108.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 62 | 0 | 0.69 | 0.71 | 0.17 | 1.21 | 0.63 | 0.54 |
| Hex | D3 | 41 | 3E | 0 | 45 | 47 | 11 | 1 | 3F | 36 |
| Octal | 323 | 101 | 76 | 0 | 105 | 107 | 21 | 1 | 77 | 66 |
| Binary | 11010011 | 1000001 | 111110 | 0 | 1000101 | 1000111 | 10001 | 1 | 111111 | 110110 |
Color Harmonies of #D3413E
Complementary color
Monochromatic Colors of #D3413E
Black with #D3413E
Text Example
Text Example
White with #D3413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3413E; }
p { color: rgb(211,65,62); }
H1.HeaderClassName
{
color: #D3413E;
}
.AnyTagClassName
{
color: #D3413E;
}
</style>
background-color css
<style>
a { background-color: #D3413E; }
a { background-color: rgb(211,65,62); }
div.DivClassName
{
background-color: #D3413E;
}
.BgClassName
{
background-color: #D3413E;
}
</style>
border-color css
<style>
span { border-color: #D3413E; }
span { border-color: rgb(211,65,62); }
td.TdClassName
{
border-color: #D3413E;
}
.TagClassName
{
border-color: #D3413E;
}
</style>