Shades of Persian Red #D62F2B
Tints of Persian Red #D62F2B
RGB
CMYK
RGB Variations
Color information
#D62F2B (or 0xD62F2B) is known color: Persian Red. HEX triplet: D6, 2F and 2B. RGB value is (214,47,43). Sum of RGB (Red+Green+Blue) = 214+47+43=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F2B is #29D0D4. Grayscale: #606060. Windows color (decimal): -2740437 or 2830294. OLE color: 2830294.
HSL color Cylindrical-coordinate representation of color #D62F2B: hue angle of 1.4º 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 #D62F2B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 43 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.16 |
| HSL | 1.4º | 0.68% | 0.5% | - |
| HSV(B) | 1.4º | 0.8% | 0.84% | - |
| XYZ | 29.18 | 16.5 | 3.93 | - |
| YUV | 96.48 | 97.83 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 43 | 0 | 0.78 | 0.80 | 0.16 | 1.4 | 0.68 | 0.5 |
| Hex | D6 | 2F | 2B | 0 | 4E | 50 | 10 | 1 | 44 | 32 |
| Octal | 326 | 57 | 53 | 0 | 116 | 120 | 20 | 1 | 104 | 62 |
| Binary | 11010110 | 101111 | 101011 | 0 | 1001110 | 1010000 | 10000 | 1 | 1000100 | 110010 |
Color Harmonies of #D62F2B
Complementary color
Monochromatic Colors of #D62F2B
Black with #D62F2B
Text Example
Text Example
White with #D62F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F2B; }
p { color: rgb(214,47,43); }
H1.HeaderClassName
{
color: #D62F2B;
}
.AnyTagClassName
{
color: #D62F2B;
}
</style>
background-color css
<style>
a { background-color: #D62F2B; }
a { background-color: rgb(214,47,43); }
div.DivClassName
{
background-color: #D62F2B;
}
.BgClassName
{
background-color: #D62F2B;
}
</style>
border-color css
<style>
span { border-color: #D62F2B; }
span { border-color: rgb(214,47,43); }
td.TdClassName
{
border-color: #D62F2B;
}
.TagClassName
{
border-color: #D62F2B;
}
</style>