Shades of Persian Red #D62823
Tints of Persian Red #D62823
RGB
CMYK
RGB Variations
Color information
#D62823 (or 0xD62823) is known color: Persian Red. HEX triplet: D6, 28 and 23. RGB value is (214,40,35). Sum of RGB (Red+Green+Blue) = 214+40+35=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D62823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62823 is #29D7DC. Grayscale: #5B5B5B. Windows color (decimal): -2742237 or 2304214. OLE color: 2304214.
HSL color Cylindrical-coordinate representation of color #D62823: hue angle of 1.68º 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 #D62823 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 35 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.16 |
| HSL | 1.68º | 0.72% | 0.49% | - |
| HSV(B) | 1.68º | 0.84% | 0.84% | - |
| XYZ | 28.79 | 15.94 | 3.15 | - |
| YUV | 91.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 35 | 0 | 0.81 | 0.84 | 0.16 | 1.68 | 0.72 | 0.49 |
| Hex | D6 | 28 | 23 | 0 | 51 | 54 | 10 | 2 | 48 | 31 |
| Octal | 326 | 50 | 43 | 0 | 121 | 124 | 20 | 2 | 110 | 61 |
| Binary | 11010110 | 101000 | 100011 | 0 | 1010001 | 1010100 | 10000 | 10 | 1001000 | 110001 |
Color Harmonies of #D62823
Complementary color
Monochromatic Colors of #D62823
Black with #D62823
Text Example
Text Example
White with #D62823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62823; }
p { color: rgb(214,40,35); }
H1.HeaderClassName
{
color: #D62823;
}
.AnyTagClassName
{
color: #D62823;
}
</style>
background-color css
<style>
a { background-color: #D62823; }
a { background-color: rgb(214,40,35); }
div.DivClassName
{
background-color: #D62823;
}
.BgClassName
{
background-color: #D62823;
}
</style>
border-color css
<style>
span { border-color: #D62823; }
span { border-color: rgb(214,40,35); }
td.TdClassName
{
border-color: #D62823;
}
.TagClassName
{
border-color: #D62823;
}
</style>