Shades of Cinnabar #DF4B34
Tints of Cinnabar #DF4B34
RGB
CMYK
RGB Variations
Color information
#DF4B34 (or 0xDF4B34) is known color: Cinnabar. HEX triplet: DF, 4B and 34. RGB value is (223,75,52). Sum of RGB (Red+Green+Blue) = 223+75+52=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B34 is #20B4CB. Grayscale: #747474. Windows color (decimal): -2143436 or 3427295. OLE color: 3427295.
HSL color Cylindrical-coordinate representation of color #DF4B34: hue angle of 8.07º 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 #DF4B34 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 52 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.13 |
| HSL | 8.07º | 0.73% | 0.54% | - |
| HSV(B) | 8.07º | 0.77% | 0.87% | - |
| XYZ | 33.57 | 20.97 | 5.53 | - |
| YUV | 116.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 52 | 0 | 0.66 | 0.77 | 0.13 | 8.07 | 0.73 | 0.54 |
| Hex | DF | 4B | 34 | 0 | 42 | 4D | D | 8 | 49 | 36 |
| Octal | 337 | 113 | 64 | 0 | 102 | 115 | 15 | 10 | 111 | 66 |
| Binary | 11011111 | 1001011 | 110100 | 0 | 1000010 | 1001101 | 1101 | 1000 | 1001001 | 110110 |
Color Harmonies of #DF4B34
Complementary color
Monochromatic Colors of #DF4B34
Black with #DF4B34
Text Example
Text Example
White with #DF4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B34; }
p { color: rgb(223,75,52); }
H1.HeaderClassName
{
color: #DF4B34;
}
.AnyTagClassName
{
color: #DF4B34;
}
</style>
background-color css
<style>
a { background-color: #DF4B34; }
a { background-color: rgb(223,75,52); }
div.DivClassName
{
background-color: #DF4B34;
}
.BgClassName
{
background-color: #DF4B34;
}
</style>
border-color css
<style>
span { border-color: #DF4B34; }
span { border-color: rgb(223,75,52); }
td.TdClassName
{
border-color: #DF4B34;
}
.TagClassName
{
border-color: #DF4B34;
}
</style>