Shades of Cinnabar #D54531
Tints of Cinnabar #D54531
RGB
CMYK
RGB Variations
Color information
#D54531 (or 0xD54531) is known color: Cinnabar. HEX triplet: D5, 45 and 31. RGB value is (213,69,49). Sum of RGB (Red+Green+Blue) = 213+69+49=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D54531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54531 is #2ABACE. Grayscale: #6E6E6E. Windows color (decimal): -2800335 or 3229141. OLE color: 3229141.
HSL color Cylindrical-coordinate representation of color #D54531: hue angle of 7.32º 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 #D54531 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 49 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.16 |
| HSL | 7.32º | 0.66% | 0.51% | - |
| HSV(B) | 7.32º | 0.77% | 0.84% | - |
| XYZ | 30.12 | 18.62 | 4.91 | - |
| YUV | 109.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 49 | 0 | 0.68 | 0.77 | 0.16 | 7.32 | 0.66 | 0.51 |
| Hex | D5 | 45 | 31 | 0 | 44 | 4D | 10 | 7 | 42 | 33 |
| Octal | 325 | 105 | 61 | 0 | 104 | 115 | 20 | 7 | 102 | 63 |
| Binary | 11010101 | 1000101 | 110001 | 0 | 1000100 | 1001101 | 10000 | 111 | 1000010 | 110011 |
Color Harmonies of #D54531
Complementary color
Monochromatic Colors of #D54531
Black with #D54531
Text Example
Text Example
White with #D54531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54531; }
p { color: rgb(213,69,49); }
H1.HeaderClassName
{
color: #D54531;
}
.AnyTagClassName
{
color: #D54531;
}
</style>
background-color css
<style>
a { background-color: #D54531; }
a { background-color: rgb(213,69,49); }
div.DivClassName
{
background-color: #D54531;
}
.BgClassName
{
background-color: #D54531;
}
</style>
border-color css
<style>
span { border-color: #D54531; }
span { border-color: rgb(213,69,49); }
td.TdClassName
{
border-color: #D54531;
}
.TagClassName
{
border-color: #D54531;
}
</style>