Shades of Cinnabar #D54C3D
Tints of Cinnabar #D54C3D
RGB
CMYK
RGB Variations
Color information
#D54C3D (or 0xD54C3D) is known color: Cinnabar. HEX triplet: D5, 4C and 3D. RGB value is (213,76,61). Sum of RGB (Red+Green+Blue) = 213+76+61=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C3D is #2AB3C2. Grayscale: #737373. Windows color (decimal): -2798531 or 4017365. OLE color: 4017365.
HSL color Cylindrical-coordinate representation of color #D54C3D: hue angle of 5.92º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D54C3D is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 61 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.16 |
| HSL | 5.92º | 0.64% | 0.54% | - |
| HSV(B) | 5.92º | 0.71% | 0.84% | - |
| XYZ | 30.87 | 19.65 | 6.58 | - |
| YUV | 115.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 61 | 0 | 0.64 | 0.71 | 0.16 | 5.92 | 0.64 | 0.54 |
| Hex | D5 | 4C | 3D | 0 | 40 | 47 | 10 | 6 | 40 | 36 |
| Octal | 325 | 114 | 75 | 0 | 100 | 107 | 20 | 6 | 100 | 66 |
| Binary | 11010101 | 1001100 | 111101 | 0 | 1000000 | 1000111 | 10000 | 110 | 1000000 | 110110 |
Color Harmonies of #D54C3D
Complementary color
Monochromatic Colors of #D54C3D
Black with #D54C3D
Text Example
Text Example
White with #D54C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C3D; }
p { color: rgb(213,76,61); }
H1.HeaderClassName
{
color: #D54C3D;
}
.AnyTagClassName
{
color: #D54C3D;
}
</style>
background-color css
<style>
a { background-color: #D54C3D; }
a { background-color: rgb(213,76,61); }
div.DivClassName
{
background-color: #D54C3D;
}
.BgClassName
{
background-color: #D54C3D;
}
</style>
border-color css
<style>
span { border-color: #D54C3D; }
span { border-color: rgb(213,76,61); }
td.TdClassName
{
border-color: #D54C3D;
}
.TagClassName
{
border-color: #D54C3D;
}
</style>