Shades of Persian Red #D3403D
Tints of Persian Red #D3403D
RGB
CMYK
RGB Variations
Color information
#D3403D (or 0xD3403D) is known color: Persian Red. HEX triplet: D3, 40 and 3D. RGB value is (211,64,61). Sum of RGB (Red+Green+Blue) = 211+64+61=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403D is #2CBFC2. Grayscale: #6B6B6B. Windows color (decimal): -2932675 or 4014291. OLE color: 4014291.
HSL color Cylindrical-coordinate representation of color #D3403D: hue angle of 1.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3403D is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 61 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.17 |
| HSL | 1.2º | 0.63% | 0.53% | - |
| HSV(B) | 1.2º | 0.71% | 0.83% | - |
| XYZ | 29.54 | 17.85 | 6.3 | - |
| YUV | 107.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 61 | 0 | 0.70 | 0.71 | 0.17 | 1.2 | 0.63 | 0.53 |
| Hex | D3 | 40 | 3D | 0 | 46 | 47 | 11 | 1 | 3F | 35 |
| Octal | 323 | 100 | 75 | 0 | 106 | 107 | 21 | 1 | 77 | 65 |
| Binary | 11010011 | 1000000 | 111101 | 0 | 1000110 | 1000111 | 10001 | 1 | 111111 | 110101 |
Color Harmonies of #D3403D
Complementary color
Monochromatic Colors of #D3403D
Black with #D3403D
Text Example
Text Example
White with #D3403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3403D; }
p { color: rgb(211,64,61); }
H1.HeaderClassName
{
color: #D3403D;
}
.AnyTagClassName
{
color: #D3403D;
}
</style>
background-color css
<style>
a { background-color: #D3403D; }
a { background-color: rgb(211,64,61); }
div.DivClassName
{
background-color: #D3403D;
}
.BgClassName
{
background-color: #D3403D;
}
</style>
border-color css
<style>
span { border-color: #D3403D; }
span { border-color: rgb(211,64,61); }
td.TdClassName
{
border-color: #D3403D;
}
.TagClassName
{
border-color: #D3403D;
}
</style>