Shades of Cinnabar #D54543
Tints of Cinnabar #D54543
RGB
CMYK
RGB Variations
Color information
#D54543 (or 0xD54543) is known color: Cinnabar. HEX triplet: D5, 45 and 43. RGB value is (213,69,67). Sum of RGB (Red+Green+Blue) = 213+69+67=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D54543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54543 is #2ABABC. Grayscale: #6F6F6F. Windows color (decimal): -2800317 or 4408789. OLE color: 4408789.
HSL color Cylindrical-coordinate representation of color #D54543: hue angle of 0.82º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54543 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 67 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.16 |
| HSL | 0.82º | 0.63% | 0.55% | - |
| HSV(B) | 0.82º | 0.69% | 0.84% | - |
| XYZ | 30.58 | 18.81 | 7.33 | - |
| YUV | 111.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 67 | 0 | 0.68 | 0.69 | 0.16 | 0.82 | 0.63 | 0.55 |
| Hex | D5 | 45 | 43 | 0 | 44 | 45 | 10 | 1 | 3F | 37 |
| Octal | 325 | 105 | 103 | 0 | 104 | 105 | 20 | 1 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1000011 | 0 | 1000100 | 1000101 | 10000 | 1 | 111111 | 110111 |
Color Harmonies of #D54543
Complementary color
Monochromatic Colors of #D54543
Black with #D54543
Text Example
Text Example
White with #D54543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54543; }
p { color: rgb(213,69,67); }
H1.HeaderClassName
{
color: #D54543;
}
.AnyTagClassName
{
color: #D54543;
}
</style>
background-color css
<style>
a { background-color: #D54543; }
a { background-color: rgb(213,69,67); }
div.DivClassName
{
background-color: #D54543;
}
.BgClassName
{
background-color: #D54543;
}
</style>
border-color css
<style>
span { border-color: #D54543; }
span { border-color: rgb(213,69,67); }
td.TdClassName
{
border-color: #D54543;
}
.TagClassName
{
border-color: #D54543;
}
</style>