Shades of Cinnabar #DF4433
Tints of Cinnabar #DF4433
RGB
CMYK
RGB Variations
Color information
#DF4433 (or 0xDF4433) is known color: Cinnabar. HEX triplet: DF, 44 and 33. RGB value is (223,68,51). Sum of RGB (Red+Green+Blue) = 223+68+51=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4433 is #20BBCC. Grayscale: #707070. Windows color (decimal): -2145229 or 3359967. OLE color: 3359967.
HSL color Cylindrical-coordinate representation of color #DF4433: hue angle of 5.93º 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 #DF4433 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 51 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.13 |
| HSL | 5.93º | 0.73% | 0.54% | - |
| HSV(B) | 5.93º | 0.77% | 0.87% | - |
| XYZ | 33.1 | 20.06 | 5.26 | - |
| YUV | 112.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 51 | 0 | 0.70 | 0.77 | 0.13 | 5.93 | 0.73 | 0.54 |
| Hex | DF | 44 | 33 | 0 | 46 | 4D | D | 6 | 49 | 36 |
| Octal | 337 | 104 | 63 | 0 | 106 | 115 | 15 | 6 | 111 | 66 |
| Binary | 11011111 | 1000100 | 110011 | 0 | 1000110 | 1001101 | 1101 | 110 | 1001001 | 110110 |
Color Harmonies of #DF4433
Complementary color
Monochromatic Colors of #DF4433
Black with #DF4433
Text Example
Text Example
White with #DF4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4433; }
p { color: rgb(223,68,51); }
H1.HeaderClassName
{
color: #DF4433;
}
.AnyTagClassName
{
color: #DF4433;
}
</style>
background-color css
<style>
a { background-color: #DF4433; }
a { background-color: rgb(223,68,51); }
div.DivClassName
{
background-color: #DF4433;
}
.BgClassName
{
background-color: #DF4433;
}
</style>
border-color css
<style>
span { border-color: #DF4433; }
span { border-color: rgb(223,68,51); }
td.TdClassName
{
border-color: #DF4433;
}
.TagClassName
{
border-color: #DF4433;
}
</style>