Shades of Cinnabar #D5412C
Tints of Cinnabar #D5412C
RGB
CMYK
RGB Variations
Color information
#D5412C (or 0xD5412C) is known color: Cinnabar. HEX triplet: D5, 41 and 2C. RGB value is (213,65,44). Sum of RGB (Red+Green+Blue) = 213+65+44=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5412C is #2ABED3. Grayscale: #6B6B6B. Windows color (decimal): -2801364 or 2900437. OLE color: 2900437.
HSL color Cylindrical-coordinate representation of color #D5412C: hue angle of 7.46º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5412C is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 44 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.16 |
| HSL | 7.46º | 0.67% | 0.5% | - |
| HSV(B) | 7.46º | 0.79% | 0.84% | - |
| XYZ | 29.79 | 18.11 | 4.31 | - |
| YUV | 106.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 44 | 0 | 0.69 | 0.79 | 0.16 | 7.46 | 0.67 | 0.5 |
| Hex | D5 | 41 | 2C | 0 | 45 | 4F | 10 | 7 | 43 | 32 |
| Octal | 325 | 101 | 54 | 0 | 105 | 117 | 20 | 7 | 103 | 62 |
| Binary | 11010101 | 1000001 | 101100 | 0 | 1000101 | 1001111 | 10000 | 111 | 1000011 | 110010 |
Color Harmonies of #D5412C
Complementary color
Monochromatic Colors of #D5412C
Black with #D5412C
Text Example
Text Example
White with #D5412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5412C; }
p { color: rgb(213,65,44); }
H1.HeaderClassName
{
color: #D5412C;
}
.AnyTagClassName
{
color: #D5412C;
}
</style>
background-color css
<style>
a { background-color: #D5412C; }
a { background-color: rgb(213,65,44); }
div.DivClassName
{
background-color: #D5412C;
}
.BgClassName
{
background-color: #D5412C;
}
</style>
border-color css
<style>
span { border-color: #D5412C; }
span { border-color: rgb(213,65,44); }
td.TdClassName
{
border-color: #D5412C;
}
.TagClassName
{
border-color: #D5412C;
}
</style>