Shades of Cinnabar #D5452E
Tints of Cinnabar #D5452E
RGB
CMYK
RGB Variations
Color information
#D5452E (or 0xD5452E) is known color: Cinnabar. HEX triplet: D5, 45 and 2E. RGB value is (213,69,46). Sum of RGB (Red+Green+Blue) = 213+69+46=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5452E is #2ABAD1. Grayscale: #6D6D6D. Windows color (decimal): -2800338 or 3032533. OLE color: 3032533.
HSL color Cylindrical-coordinate representation of color #D5452E: hue angle of 8.26º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5452E is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 46 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.16 |
| HSL | 8.26º | 0.67% | 0.51% | - |
| HSV(B) | 8.26º | 0.78% | 0.84% | - |
| XYZ | 30.06 | 18.6 | 4.59 | - |
| YUV | 109.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 46 | 0 | 0.68 | 0.78 | 0.16 | 8.26 | 0.67 | 0.51 |
| Hex | D5 | 45 | 2E | 0 | 44 | 4E | 10 | 8 | 43 | 33 |
| Octal | 325 | 105 | 56 | 0 | 104 | 116 | 20 | 10 | 103 | 63 |
| Binary | 11010101 | 1000101 | 101110 | 0 | 1000100 | 1001110 | 10000 | 1000 | 1000011 | 110011 |
Color Harmonies of #D5452E
Complementary color
Monochromatic Colors of #D5452E
Black with #D5452E
Text Example
Text Example
White with #D5452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5452E; }
p { color: rgb(213,69,46); }
H1.HeaderClassName
{
color: #D5452E;
}
.AnyTagClassName
{
color: #D5452E;
}
</style>
background-color css
<style>
a { background-color: #D5452E; }
a { background-color: rgb(213,69,46); }
div.DivClassName
{
background-color: #D5452E;
}
.BgClassName
{
background-color: #D5452E;
}
</style>
border-color css
<style>
span { border-color: #D5452E; }
span { border-color: rgb(213,69,46); }
td.TdClassName
{
border-color: #D5452E;
}
.TagClassName
{
border-color: #D5452E;
}
</style>