Shades of Cinnabar #D54933
Tints of Cinnabar #D54933
RGB
CMYK
RGB Variations
Color information
#D54933 (or 0xD54933) is known color: Cinnabar. HEX triplet: D5, 49 and 33. RGB value is (213,73,51). Sum of RGB (Red+Green+Blue) = 213+73+51=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D54933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54933 is #2AB6CC. Grayscale: #707070. Windows color (decimal): -2799309 or 3361237. OLE color: 3361237.
HSL color Cylindrical-coordinate representation of color #D54933: hue angle of 8.15º 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 #D54933 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 51 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.16 |
| HSL | 8.15º | 0.66% | 0.52% | - |
| HSV(B) | 8.15º | 0.76% | 0.84% | - |
| XYZ | 30.42 | 19.15 | 5.22 | - |
| YUV | 112.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 51 | 0 | 0.66 | 0.76 | 0.16 | 8.15 | 0.66 | 0.52 |
| Hex | D5 | 49 | 33 | 0 | 42 | 4C | 10 | 8 | 42 | 34 |
| Octal | 325 | 111 | 63 | 0 | 102 | 114 | 20 | 10 | 102 | 64 |
| Binary | 11010101 | 1001001 | 110011 | 0 | 1000010 | 1001100 | 10000 | 1000 | 1000010 | 110100 |
Color Harmonies of #D54933
Complementary color
Monochromatic Colors of #D54933
Black with #D54933
Text Example
Text Example
White with #D54933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54933; }
p { color: rgb(213,73,51); }
H1.HeaderClassName
{
color: #D54933;
}
.AnyTagClassName
{
color: #D54933;
}
</style>
background-color css
<style>
a { background-color: #D54933; }
a { background-color: rgb(213,73,51); }
div.DivClassName
{
background-color: #D54933;
}
.BgClassName
{
background-color: #D54933;
}
</style>
border-color css
<style>
span { border-color: #D54933; }
span { border-color: rgb(213,73,51); }
td.TdClassName
{
border-color: #D54933;
}
.TagClassName
{
border-color: #D54933;
}
</style>