Shades of Cinnabar #D54533
Tints of Cinnabar #D54533
RGB
CMYK
RGB Variations
Color information
#D54533 (or 0xD54533) is known color: Cinnabar. HEX triplet: D5, 45 and 33. RGB value is (213,69,51). Sum of RGB (Red+Green+Blue) = 213+69+51=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D54533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54533 is #2ABACC. Grayscale: #6E6E6E. Windows color (decimal): -2800333 or 3360213. OLE color: 3360213.
HSL color Cylindrical-coordinate representation of color #D54533: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D54533 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 51 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.16 |
| HSL | 6.67º | 0.66% | 0.52% | - |
| HSV(B) | 6.67º | 0.76% | 0.84% | - |
| XYZ | 30.17 | 18.64 | 5.14 | - |
| YUV | 110 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 51 | 0 | 0.68 | 0.76 | 0.16 | 6.67 | 0.66 | 0.52 |
| Hex | D5 | 45 | 33 | 0 | 44 | 4C | 10 | 7 | 42 | 34 |
| Octal | 325 | 105 | 63 | 0 | 104 | 114 | 20 | 7 | 102 | 64 |
| Binary | 11010101 | 1000101 | 110011 | 0 | 1000100 | 1001100 | 10000 | 111 | 1000010 | 110100 |
Color Harmonies of #D54533
Complementary color
Monochromatic Colors of #D54533
Black with #D54533
Text Example
Text Example
White with #D54533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54533; }
p { color: rgb(213,69,51); }
H1.HeaderClassName
{
color: #D54533;
}
.AnyTagClassName
{
color: #D54533;
}
</style>
background-color css
<style>
a { background-color: #D54533; }
a { background-color: rgb(213,69,51); }
div.DivClassName
{
background-color: #D54533;
}
.BgClassName
{
background-color: #D54533;
}
</style>
border-color css
<style>
span { border-color: #D54533; }
span { border-color: rgb(213,69,51); }
td.TdClassName
{
border-color: #D54533;
}
.TagClassName
{
border-color: #D54533;
}
</style>