Shades of Cinnabar #D5452D
Tints of Cinnabar #D5452D
RGB
CMYK
RGB Variations
Color information
#D5452D (or 0xD5452D) is known color: Cinnabar. HEX triplet: D5, 45 and 2D. RGB value is (213,69,45). Sum of RGB (Red+Green+Blue) = 213+69+45=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5452D is #2ABAD2. Grayscale: #6D6D6D. Windows color (decimal): -2800339 or 2966997. OLE color: 2966997.
HSL color Cylindrical-coordinate representation of color #D5452D: hue angle of 8.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5452D is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 45 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.16 |
| HSL | 8.57º | 0.67% | 0.51% | - |
| HSV(B) | 8.57º | 0.79% | 0.84% | - |
| XYZ | 30.04 | 18.59 | 4.49 | - |
| YUV | 109.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 45 | 0 | 0.68 | 0.79 | 0.16 | 8.57 | 0.67 | 0.51 |
| Hex | D5 | 45 | 2D | 0 | 44 | 4F | 10 | 9 | 43 | 33 |
| Octal | 325 | 105 | 55 | 0 | 104 | 117 | 20 | 11 | 103 | 63 |
| Binary | 11010101 | 1000101 | 101101 | 0 | 1000100 | 1001111 | 10000 | 1001 | 1000011 | 110011 |
Color Harmonies of #D5452D
Complementary color
Monochromatic Colors of #D5452D
Black with #D5452D
Text Example
Text Example
White with #D5452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5452D; }
p { color: rgb(213,69,45); }
H1.HeaderClassName
{
color: #D5452D;
}
.AnyTagClassName
{
color: #D5452D;
}
</style>
background-color css
<style>
a { background-color: #D5452D; }
a { background-color: rgb(213,69,45); }
div.DivClassName
{
background-color: #D5452D;
}
.BgClassName
{
background-color: #D5452D;
}
</style>
border-color css
<style>
span { border-color: #D5452D; }
span { border-color: rgb(213,69,45); }
td.TdClassName
{
border-color: #D5452D;
}
.TagClassName
{
border-color: #D5452D;
}
</style>