Shades of Cinnabar #DF4533
Tints of Cinnabar #DF4533
RGB
CMYK
RGB Variations
Color information
#DF4533 (or 0xDF4533) is known color: Cinnabar. HEX triplet: DF, 45 and 33. RGB value is (223,69,51). Sum of RGB (Red+Green+Blue) = 223+69+51=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4533 is #20BACC. Grayscale: #717171. Windows color (decimal): -2144973 or 3360223. OLE color: 3360223.
HSL color Cylindrical-coordinate representation of color #DF4533: hue angle of 6.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF4533 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 51 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.13 |
| HSL | 6.28º | 0.73% | 0.54% | - |
| HSV(B) | 6.28º | 0.77% | 0.87% | - |
| XYZ | 33.16 | 20.18 | 5.28 | - |
| YUV | 112.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 51 | 0 | 0.69 | 0.77 | 0.13 | 6.28 | 0.73 | 0.54 |
| Hex | DF | 45 | 33 | 0 | 45 | 4D | D | 6 | 49 | 36 |
| Octal | 337 | 105 | 63 | 0 | 105 | 115 | 15 | 6 | 111 | 66 |
| Binary | 11011111 | 1000101 | 110011 | 0 | 1000101 | 1001101 | 1101 | 110 | 1001001 | 110110 |
Color Harmonies of #DF4533
Complementary color
Monochromatic Colors of #DF4533
Black with #DF4533
Text Example
Text Example
White with #DF4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4533; }
p { color: rgb(223,69,51); }
H1.HeaderClassName
{
color: #DF4533;
}
.AnyTagClassName
{
color: #DF4533;
}
</style>
background-color css
<style>
a { background-color: #DF4533; }
a { background-color: rgb(223,69,51); }
div.DivClassName
{
background-color: #DF4533;
}
.BgClassName
{
background-color: #DF4533;
}
</style>
border-color css
<style>
span { border-color: #DF4533; }
span { border-color: rgb(223,69,51); }
td.TdClassName
{
border-color: #DF4533;
}
.TagClassName
{
border-color: #DF4533;
}
</style>