Shades of Persian Red #D62E23
Tints of Persian Red #D62E23
RGB
CMYK
RGB Variations
Color information
#D62E23 (or 0xD62E23) is known color: Persian Red. HEX triplet: D6, 2E and 23. RGB value is (214,46,35). Sum of RGB (Red+Green+Blue) = 214+46+35=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E23 is #29D1DC. Grayscale: #5F5F5F. Windows color (decimal): -2740701 or 2305750. OLE color: 2305750.
HSL color Cylindrical-coordinate representation of color #D62E23: hue angle of 3.69º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62E23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 35 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.16 |
| HSL | 3.69º | 0.72% | 0.49% | - |
| HSV(B) | 3.69º | 0.84% | 0.84% | - |
| XYZ | 29.01 | 16.37 | 3.22 | - |
| YUV | 94.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 35 | 0 | 0.79 | 0.84 | 0.16 | 3.69 | 0.72 | 0.49 |
| Hex | D6 | 2E | 23 | 0 | 4F | 54 | 10 | 4 | 48 | 31 |
| Octal | 326 | 56 | 43 | 0 | 117 | 124 | 20 | 4 | 110 | 61 |
| Binary | 11010110 | 101110 | 100011 | 0 | 1001111 | 1010100 | 10000 | 100 | 1001000 | 110001 |
Color Harmonies of #D62E23
Complementary color
Monochromatic Colors of #D62E23
Black with #D62E23
Text Example
Text Example
White with #D62E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E23; }
p { color: rgb(214,46,35); }
H1.HeaderClassName
{
color: #D62E23;
}
.AnyTagClassName
{
color: #D62E23;
}
</style>
background-color css
<style>
a { background-color: #D62E23; }
a { background-color: rgb(214,46,35); }
div.DivClassName
{
background-color: #D62E23;
}
.BgClassName
{
background-color: #D62E23;
}
</style>
border-color css
<style>
span { border-color: #D62E23; }
span { border-color: rgb(214,46,35); }
td.TdClassName
{
border-color: #D62E23;
}
.TagClassName
{
border-color: #D62E23;
}
</style>