Shades of Cinnabar #D54530
Tints of Cinnabar #D54530
RGB
CMYK
RGB Variations
Color information
#D54530 (or 0xD54530) is known color: Cinnabar. HEX triplet: D5, 45 and 30. RGB value is (213,69,48). Sum of RGB (Red+Green+Blue) = 213+69+48=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D54530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54530 is #2ABACF. Grayscale: #6D6D6D. Windows color (decimal): -2800336 or 3163605. OLE color: 3163605.
HSL color Cylindrical-coordinate representation of color #D54530: hue angle of 7.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D54530 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 48 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.16 |
| HSL | 7.64º | 0.66% | 0.51% | - |
| HSV(B) | 7.64º | 0.77% | 0.84% | - |
| XYZ | 30.1 | 18.62 | 4.8 | - |
| YUV | 109.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 48 | 0 | 0.68 | 0.77 | 0.16 | 7.64 | 0.66 | 0.51 |
| Hex | D5 | 45 | 30 | 0 | 44 | 4D | 10 | 8 | 42 | 33 |
| Octal | 325 | 105 | 60 | 0 | 104 | 115 | 20 | 10 | 102 | 63 |
| Binary | 11010101 | 1000101 | 110000 | 0 | 1000100 | 1001101 | 10000 | 1000 | 1000010 | 110011 |
Color Harmonies of #D54530
Complementary color
Monochromatic Colors of #D54530
Black with #D54530
Text Example
Text Example
White with #D54530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54530; }
p { color: rgb(213,69,48); }
H1.HeaderClassName
{
color: #D54530;
}
.AnyTagClassName
{
color: #D54530;
}
</style>
background-color css
<style>
a { background-color: #D54530; }
a { background-color: rgb(213,69,48); }
div.DivClassName
{
background-color: #D54530;
}
.BgClassName
{
background-color: #D54530;
}
</style>
border-color css
<style>
span { border-color: #D54530; }
span { border-color: rgb(213,69,48); }
td.TdClassName
{
border-color: #D54530;
}
.TagClassName
{
border-color: #D54530;
}
</style>