Shades of Persian Red #D0413B
Tints of Persian Red #D0413B
RGB
CMYK
RGB Variations
Color information
#D0413B (or 0xD0413B) is known color: Persian Red. HEX triplet: D0, 41 and 3B. RGB value is (208,65,59). Sum of RGB (Red+Green+Blue) = 208+65+59=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0413B is #2FBEC4. Grayscale: #6B6B6B. Windows color (decimal): -3129029 or 3883472. OLE color: 3883472.
HSL color Cylindrical-coordinate representation of color #D0413B: hue angle of 2.42º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0413B is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 59 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.18 |
| HSL | 2.42º | 0.61% | 0.52% | - |
| HSV(B) | 2.42º | 0.72% | 0.82% | - |
| XYZ | 28.69 | 17.51 | 6 | - |
| YUV | 107.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 59 | 0 | 0.69 | 0.72 | 0.18 | 2.42 | 0.61 | 0.52 |
| Hex | D0 | 41 | 3B | 0 | 45 | 48 | 12 | 2 | 3D | 34 |
| Octal | 320 | 101 | 73 | 0 | 105 | 110 | 22 | 2 | 75 | 64 |
| Binary | 11010000 | 1000001 | 111011 | 0 | 1000101 | 1001000 | 10010 | 10 | 111101 | 110100 |
Color Harmonies of #D0413B
Complementary color
Monochromatic Colors of #D0413B
Black with #D0413B
Text Example
Text Example
White with #D0413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0413B; }
p { color: rgb(208,65,59); }
H1.HeaderClassName
{
color: #D0413B;
}
.AnyTagClassName
{
color: #D0413B;
}
</style>
background-color css
<style>
a { background-color: #D0413B; }
a { background-color: rgb(208,65,59); }
div.DivClassName
{
background-color: #D0413B;
}
.BgClassName
{
background-color: #D0413B;
}
</style>
border-color css
<style>
span { border-color: #D0413B; }
span { border-color: rgb(208,65,59); }
td.TdClassName
{
border-color: #D0413B;
}
.TagClassName
{
border-color: #D0413B;
}
</style>