Shades of Cinnabar #D5413B
Tints of Cinnabar #D5413B
RGB
CMYK
RGB Variations
Color information
#D5413B (or 0xD5413B) is known color: Cinnabar. HEX triplet: D5, 41 and 3B. RGB value is (213,65,59). Sum of RGB (Red+Green+Blue) = 213+65+59=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5413B is #2ABEC4. Grayscale: #6C6C6C. Windows color (decimal): -2801349 or 3883477. OLE color: 3883477.
HSL color Cylindrical-coordinate representation of color #D5413B: hue angle of 2.34º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5413B is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 59 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.16 |
| HSL | 2.34º | 0.65% | 0.53% | - |
| HSV(B) | 2.34º | 0.72% | 0.84% | - |
| XYZ | 30.12 | 18.24 | 6.07 | - |
| YUV | 108.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 59 | 0 | 0.69 | 0.72 | 0.16 | 2.34 | 0.65 | 0.53 |
| Hex | D5 | 41 | 3B | 0 | 45 | 48 | 10 | 2 | 41 | 35 |
| Octal | 325 | 101 | 73 | 0 | 105 | 110 | 20 | 2 | 101 | 65 |
| Binary | 11010101 | 1000001 | 111011 | 0 | 1000101 | 1001000 | 10000 | 10 | 1000001 | 110101 |
Color Harmonies of #D5413B
Complementary color
Monochromatic Colors of #D5413B
Black with #D5413B
Text Example
Text Example
White with #D5413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5413B; }
p { color: rgb(213,65,59); }
H1.HeaderClassName
{
color: #D5413B;
}
.AnyTagClassName
{
color: #D5413B;
}
</style>
background-color css
<style>
a { background-color: #D5413B; }
a { background-color: rgb(213,65,59); }
div.DivClassName
{
background-color: #D5413B;
}
.BgClassName
{
background-color: #D5413B;
}
</style>
border-color css
<style>
span { border-color: #D5413B; }
span { border-color: rgb(213,65,59); }
td.TdClassName
{
border-color: #D5413B;
}
.TagClassName
{
border-color: #D5413B;
}
</style>