Shades of Cinnabar #D5453A
Tints of Cinnabar #D5453A
RGB
CMYK
RGB Variations
Color information
#D5453A (or 0xD5453A) is known color: Cinnabar. HEX triplet: D5, 45 and 3A. RGB value is (213,69,58). Sum of RGB (Red+Green+Blue) = 213+69+58=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5453A is #2ABAC5. Grayscale: #6E6E6E. Windows color (decimal): -2800326 or 3818965. OLE color: 3818965.
HSL color Cylindrical-coordinate representation of color #D5453A: hue angle of 4.26º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5453A is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 58 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.16 |
| HSL | 4.26º | 0.65% | 0.53% | - |
| HSV(B) | 4.26º | 0.73% | 0.84% | - |
| XYZ | 30.33 | 18.71 | 6.02 | - |
| YUV | 110.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 58 | 0 | 0.68 | 0.73 | 0.16 | 4.26 | 0.65 | 0.53 |
| Hex | D5 | 45 | 3A | 0 | 44 | 49 | 10 | 4 | 41 | 35 |
| Octal | 325 | 105 | 72 | 0 | 104 | 111 | 20 | 4 | 101 | 65 |
| Binary | 11010101 | 1000101 | 111010 | 0 | 1000100 | 1001001 | 10000 | 100 | 1000001 | 110101 |
Color Harmonies of #D5453A
Complementary color
Monochromatic Colors of #D5453A
Black with #D5453A
Text Example
Text Example
White with #D5453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5453A; }
p { color: rgb(213,69,58); }
H1.HeaderClassName
{
color: #D5453A;
}
.AnyTagClassName
{
color: #D5453A;
}
</style>
background-color css
<style>
a { background-color: #D5453A; }
a { background-color: rgb(213,69,58); }
div.DivClassName
{
background-color: #D5453A;
}
.BgClassName
{
background-color: #D5453A;
}
</style>
border-color css
<style>
span { border-color: #D5453A; }
span { border-color: rgb(213,69,58); }
td.TdClassName
{
border-color: #D5453A;
}
.TagClassName
{
border-color: #D5453A;
}
</style>