Shades of Cinnabar #D5412D
Tints of Cinnabar #D5412D
RGB
CMYK
RGB Variations
Color information
#D5412D (or 0xD5412D) is known color: Cinnabar. HEX triplet: D5, 41 and 2D. RGB value is (213,65,45). Sum of RGB (Red+Green+Blue) = 213+65+45=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5412D is #2ABED2. Grayscale: #6B6B6B. Windows color (decimal): -2801363 or 2965973. OLE color: 2965973.
HSL color Cylindrical-coordinate representation of color #D5412D: hue angle of 7.14º 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 #D5412D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 45 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.16 |
| HSL | 7.14º | 0.67% | 0.51% | - |
| HSV(B) | 7.14º | 0.79% | 0.84% | - |
| XYZ | 29.8 | 18.12 | 4.41 | - |
| YUV | 106.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 45 | 0 | 0.69 | 0.79 | 0.16 | 7.14 | 0.67 | 0.51 |
| Hex | D5 | 41 | 2D | 0 | 45 | 4F | 10 | 7 | 43 | 33 |
| Octal | 325 | 101 | 55 | 0 | 105 | 117 | 20 | 7 | 103 | 63 |
| Binary | 11010101 | 1000001 | 101101 | 0 | 1000101 | 1001111 | 10000 | 111 | 1000011 | 110011 |
Color Harmonies of #D5412D
Complementary color
Monochromatic Colors of #D5412D
Black with #D5412D
Text Example
Text Example
White with #D5412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5412D; }
p { color: rgb(213,65,45); }
H1.HeaderClassName
{
color: #D5412D;
}
.AnyTagClassName
{
color: #D5412D;
}
</style>
background-color css
<style>
a { background-color: #D5412D; }
a { background-color: rgb(213,65,45); }
div.DivClassName
{
background-color: #D5412D;
}
.BgClassName
{
background-color: #D5412D;
}
</style>
border-color css
<style>
span { border-color: #D5412D; }
span { border-color: rgb(213,65,45); }
td.TdClassName
{
border-color: #D5412D;
}
.TagClassName
{
border-color: #D5412D;
}
</style>