Shades of Cinnabar #DF4B36
Tints of Cinnabar #DF4B36
RGB
CMYK
RGB Variations
Color information
#DF4B36 (or 0xDF4B36) is known color: Cinnabar. HEX triplet: DF, 4B and 36. RGB value is (223,75,54). Sum of RGB (Red+Green+Blue) = 223+75+54=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B36 is #20B4C9. Grayscale: #757575. Windows color (decimal): -2143434 or 3558367. OLE color: 3558367.
HSL color Cylindrical-coordinate representation of color #DF4B36: hue angle of 7.46º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF4B36 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 54 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.13 |
| HSL | 7.46º | 0.73% | 0.54% | - |
| HSV(B) | 7.46º | 0.76% | 0.87% | - |
| XYZ | 33.61 | 20.99 | 5.77 | - |
| YUV | 116.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 54 | 0 | 0.66 | 0.76 | 0.13 | 7.46 | 0.73 | 0.54 |
| Hex | DF | 4B | 36 | 0 | 42 | 4C | D | 7 | 49 | 36 |
| Octal | 337 | 113 | 66 | 0 | 102 | 114 | 15 | 7 | 111 | 66 |
| Binary | 11011111 | 1001011 | 110110 | 0 | 1000010 | 1001100 | 1101 | 111 | 1001001 | 110110 |
Color Harmonies of #DF4B36
Complementary color
Monochromatic Colors of #DF4B36
Black with #DF4B36
Text Example
Text Example
White with #DF4B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B36; }
p { color: rgb(223,75,54); }
H1.HeaderClassName
{
color: #DF4B36;
}
.AnyTagClassName
{
color: #DF4B36;
}
</style>
background-color css
<style>
a { background-color: #DF4B36; }
a { background-color: rgb(223,75,54); }
div.DivClassName
{
background-color: #DF4B36;
}
.BgClassName
{
background-color: #DF4B36;
}
</style>
border-color css
<style>
span { border-color: #DF4B36; }
span { border-color: rgb(223,75,54); }
td.TdClassName
{
border-color: #DF4B36;
}
.TagClassName
{
border-color: #DF4B36;
}
</style>