Shades of Cinnabar #D5412B
Tints of Cinnabar #D5412B
RGB
CMYK
RGB Variations
Color information
#D5412B (or 0xD5412B) is known color: Cinnabar. HEX triplet: D5, 41 and 2B. RGB value is (213,65,43). Sum of RGB (Red+Green+Blue) = 213+65+43=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5412B is #2ABED4. Grayscale: #6A6A6A. Windows color (decimal): -2801365 or 2834901. OLE color: 2834901.
HSL color Cylindrical-coordinate representation of color #D5412B: hue angle of 7.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5412B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.16 |
| HSL | 7.76º | 0.67% | 0.5% | - |
| HSV(B) | 7.76º | 0.8% | 0.84% | - |
| XYZ | 29.77 | 18.1 | 4.21 | - |
| YUV | 106.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 43 | 0 | 0.69 | 0.80 | 0.16 | 7.76 | 0.67 | 0.5 |
| Hex | D5 | 41 | 2B | 0 | 45 | 50 | 10 | 8 | 43 | 32 |
| Octal | 325 | 101 | 53 | 0 | 105 | 120 | 20 | 10 | 103 | 62 |
| Binary | 11010101 | 1000001 | 101011 | 0 | 1000101 | 1010000 | 10000 | 1000 | 1000011 | 110010 |
Color Harmonies of #D5412B
Complementary color
Monochromatic Colors of #D5412B
Black with #D5412B
Text Example
Text Example
White with #D5412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5412B; }
p { color: rgb(213,65,43); }
H1.HeaderClassName
{
color: #D5412B;
}
.AnyTagClassName
{
color: #D5412B;
}
</style>
background-color css
<style>
a { background-color: #D5412B; }
a { background-color: rgb(213,65,43); }
div.DivClassName
{
background-color: #D5412B;
}
.BgClassName
{
background-color: #D5412B;
}
</style>
border-color css
<style>
span { border-color: #D5412B; }
span { border-color: rgb(213,65,43); }
td.TdClassName
{
border-color: #D5412B;
}
.TagClassName
{
border-color: #D5412B;
}
</style>