Shades of Persian Red #D3403F
Tints of Persian Red #D3403F
RGB
CMYK
RGB Variations
Color information
#D3403F (or 0xD3403F) is known color: Persian Red. HEX triplet: D3, 40 and 3F. RGB value is (211,64,63). Sum of RGB (Red+Green+Blue) = 211+64+63=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403F is #2CBFC0. Grayscale: #6B6B6B. Windows color (decimal): -2932673 or 4145363. OLE color: 4145363.
HSL color Cylindrical-coordinate representation of color #D3403F: hue angle of 0.41º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3403F is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 63 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.17 |
| HSL | 0.41º | 0.63% | 0.54% | - |
| HSV(B) | 0.41º | 0.7% | 0.83% | - |
| XYZ | 29.59 | 17.87 | 6.59 | - |
| YUV | 107.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 63 | 0 | 0.70 | 0.70 | 0.17 | 0.41 | 0.63 | 0.54 |
| Hex | D3 | 40 | 3F | 0 | 46 | 46 | 11 | 0 | 3F | 36 |
| Octal | 323 | 100 | 77 | 0 | 106 | 106 | 21 | 0 | 77 | 66 |
| Binary | 11010011 | 1000000 | 111111 | 0 | 1000110 | 1000110 | 10001 | 0 | 111111 | 110110 |
Color Harmonies of #D3403F
Complementary color
Monochromatic Colors of #D3403F
Black with #D3403F
Text Example
Text Example
White with #D3403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3403F; }
p { color: rgb(211,64,63); }
H1.HeaderClassName
{
color: #D3403F;
}
.AnyTagClassName
{
color: #D3403F;
}
</style>
background-color css
<style>
a { background-color: #D3403F; }
a { background-color: rgb(211,64,63); }
div.DivClassName
{
background-color: #D3403F;
}
.BgClassName
{
background-color: #D3403F;
}
</style>
border-color css
<style>
span { border-color: #D3403F; }
span { border-color: rgb(211,64,63); }
td.TdClassName
{
border-color: #D3403F;
}
.TagClassName
{
border-color: #D3403F;
}
</style>