Shades of Cinnabar #DF543C
Tints of Cinnabar #DF543C
RGB
CMYK
RGB Variations
Color information
#DF543C (or 0xDF543C) is known color: Cinnabar. HEX triplet: DF, 54 and 3C. RGB value is (223,84,60). Sum of RGB (Red+Green+Blue) = 223+84+60=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF543C is #20ABC3. Grayscale: #7B7B7B. Windows color (decimal): -2141124 or 3953887. OLE color: 3953887.
HSL color Cylindrical-coordinate representation of color #DF543C: hue angle of 8.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF543C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 60 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.13 |
| HSL | 8.83º | 0.72% | 0.55% | - |
| HSV(B) | 8.83º | 0.73% | 0.87% | - |
| XYZ | 34.42 | 22.35 | 6.78 | - |
| YUV | 122.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 60 | 0 | 0.62 | 0.73 | 0.13 | 8.83 | 0.72 | 0.55 |
| Hex | DF | 54 | 3C | 0 | 3E | 49 | D | 9 | 48 | 37 |
| Octal | 337 | 124 | 74 | 0 | 76 | 111 | 15 | 11 | 110 | 67 |
| Binary | 11011111 | 1010100 | 111100 | 0 | 111110 | 1001001 | 1101 | 1001 | 1001000 | 110111 |
Color Harmonies of #DF543C
Complementary color
Monochromatic Colors of #DF543C
Black with #DF543C
Text Example
Text Example
White with #DF543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF543C; }
p { color: rgb(223,84,60); }
H1.HeaderClassName
{
color: #DF543C;
}
.AnyTagClassName
{
color: #DF543C;
}
</style>
background-color css
<style>
a { background-color: #DF543C; }
a { background-color: rgb(223,84,60); }
div.DivClassName
{
background-color: #DF543C;
}
.BgClassName
{
background-color: #DF543C;
}
</style>
border-color css
<style>
span { border-color: #DF543C; }
span { border-color: rgb(223,84,60); }
td.TdClassName
{
border-color: #DF543C;
}
.TagClassName
{
border-color: #DF543C;
}
</style>