Shades of Persian Red #D62D2B
Tints of Persian Red #D62D2B
RGB
CMYK
RGB Variations
Color information
#D62D2B (or 0xD62D2B) is known color: Persian Red. HEX triplet: D6, 2D and 2B. RGB value is (214,45,43). Sum of RGB (Red+Green+Blue) = 214+45+43=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D2B is #29D2D4. Grayscale: #5F5F5F. Windows color (decimal): -2740949 or 2829782. OLE color: 2829782.
HSL color Cylindrical-coordinate representation of color #D62D2B: hue angle of 0.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62D2B is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 43 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.16 |
| HSL | 0.7º | 0.68% | 0.5% | - |
| HSV(B) | 0.7º | 0.8% | 0.84% | - |
| XYZ | 29.11 | 16.35 | 3.91 | - |
| YUV | 95.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 43 | 0 | 0.79 | 0.80 | 0.16 | 0.7 | 0.68 | 0.5 |
| Hex | D6 | 2D | 2B | 0 | 4F | 50 | 10 | 1 | 44 | 32 |
| Octal | 326 | 55 | 53 | 0 | 117 | 120 | 20 | 1 | 104 | 62 |
| Binary | 11010110 | 101101 | 101011 | 0 | 1001111 | 1010000 | 10000 | 1 | 1000100 | 110010 |
Color Harmonies of #D62D2B
Complementary color
Monochromatic Colors of #D62D2B
Black with #D62D2B
Text Example
Text Example
White with #D62D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D2B; }
p { color: rgb(214,45,43); }
H1.HeaderClassName
{
color: #D62D2B;
}
.AnyTagClassName
{
color: #D62D2B;
}
</style>
background-color css
<style>
a { background-color: #D62D2B; }
a { background-color: rgb(214,45,43); }
div.DivClassName
{
background-color: #D62D2B;
}
.BgClassName
{
background-color: #D62D2B;
}
</style>
border-color css
<style>
span { border-color: #D62D2B; }
span { border-color: rgb(214,45,43); }
td.TdClassName
{
border-color: #D62D2B;
}
.TagClassName
{
border-color: #D62D2B;
}
</style>