Shades of Persian Red #D62827
Tints of Persian Red #D62827
RGB
CMYK
RGB Variations
Color information
#D62827 (or 0xD62827) is known color: Persian Red. HEX triplet: D6, 28 and 27. RGB value is (214,40,39). Sum of RGB (Red+Green+Blue) = 214+40+39=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D62827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62827 is #29D7D8. Grayscale: #5C5C5C. Windows color (decimal): -2742233 or 2566358. OLE color: 2566358.
HSL color Cylindrical-coordinate representation of color #D62827: hue angle of 0.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62827 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 39 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.16 |
| HSL | 0.34º | 0.69% | 0.5% | - |
| HSV(B) | 0.34º | 0.82% | 0.84% | - |
| XYZ | 28.86 | 15.96 | 3.48 | - |
| YUV | 91.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 39 | 0 | 0.81 | 0.82 | 0.16 | 0.34 | 0.69 | 0.5 |
| Hex | D6 | 28 | 27 | 0 | 51 | 52 | 10 | 0 | 45 | 32 |
| Octal | 326 | 50 | 47 | 0 | 121 | 122 | 20 | 0 | 105 | 62 |
| Binary | 11010110 | 101000 | 100111 | 0 | 1010001 | 1010010 | 10000 | 0 | 1000101 | 110010 |
Color Harmonies of #D62827
Complementary color
Monochromatic Colors of #D62827
Black with #D62827
Text Example
Text Example
White with #D62827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62827; }
p { color: rgb(214,40,39); }
H1.HeaderClassName
{
color: #D62827;
}
.AnyTagClassName
{
color: #D62827;
}
</style>
background-color css
<style>
a { background-color: #D62827; }
a { background-color: rgb(214,40,39); }
div.DivClassName
{
background-color: #D62827;
}
.BgClassName
{
background-color: #D62827;
}
</style>
border-color css
<style>
span { border-color: #D62827; }
span { border-color: rgb(214,40,39); }
td.TdClassName
{
border-color: #D62827;
}
.TagClassName
{
border-color: #D62827;
}
</style>