Shades of Cinnabar #D64525
Tints of Cinnabar #D64525
RGB
CMYK
RGB Variations
Color information
#D64525 (or 0xD64525) is known color: Cinnabar. HEX triplet: D6, 45 and 25. RGB value is (214,69,37). Sum of RGB (Red+Green+Blue) = 214+69+37=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D64525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64525 is #29BADA. Grayscale: #6C6C6C. Windows color (decimal): -2734811 or 2442710. OLE color: 2442710.
HSL color Cylindrical-coordinate representation of color #D64525: hue angle of 10.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D64525 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 37 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.16 |
| HSL | 10.85º | 0.71% | 0.49% | - |
| HSV(B) | 10.85º | 0.83% | 0.84% | - |
| XYZ | 30.19 | 18.69 | 3.77 | - |
| YUV | 108.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 37 | 0 | 0.68 | 0.83 | 0.16 | 10.85 | 0.71 | 0.49 |
| Hex | D6 | 45 | 25 | 0 | 44 | 53 | 10 | B | 47 | 31 |
| Octal | 326 | 105 | 45 | 0 | 104 | 123 | 20 | 13 | 107 | 61 |
| Binary | 11010110 | 1000101 | 100101 | 0 | 1000100 | 1010011 | 10000 | 1011 | 1000111 | 110001 |
Color Harmonies of #D64525
Complementary color
Monochromatic Colors of #D64525
Black with #D64525
Text Example
Text Example
White with #D64525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64525; }
p { color: rgb(214,69,37); }
H1.HeaderClassName
{
color: #D64525;
}
.AnyTagClassName
{
color: #D64525;
}
</style>
background-color css
<style>
a { background-color: #D64525; }
a { background-color: rgb(214,69,37); }
div.DivClassName
{
background-color: #D64525;
}
.BgClassName
{
background-color: #D64525;
}
</style>
border-color css
<style>
span { border-color: #D64525; }
span { border-color: rgb(214,69,37); }
td.TdClassName
{
border-color: #D64525;
}
.TagClassName
{
border-color: #D64525;
}
</style>