Shades of Cinnabar #DF4234
Tints of Cinnabar #DF4234
RGB
CMYK
RGB Variations
Color information
#DF4234 (or 0xDF4234) is known color: Cinnabar. HEX triplet: DF, 42 and 34. RGB value is (223,66,52). Sum of RGB (Red+Green+Blue) = 223+66+52=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4234 is #20BDCB. Grayscale: #6F6F6F. Windows color (decimal): -2145740 or 3424991. OLE color: 3424991.
HSL color Cylindrical-coordinate representation of color #DF4234: hue angle of 4.91º 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 #DF4234 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 52 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.13 |
| HSL | 4.91º | 0.73% | 0.54% | - |
| HSV(B) | 4.91º | 0.77% | 0.87% | - |
| XYZ | 33 | 19.83 | 5.34 | - |
| YUV | 111.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 52 | 0 | 0.70 | 0.77 | 0.13 | 4.91 | 0.73 | 0.54 |
| Hex | DF | 42 | 34 | 0 | 46 | 4D | D | 5 | 49 | 36 |
| Octal | 337 | 102 | 64 | 0 | 106 | 115 | 15 | 5 | 111 | 66 |
| Binary | 11011111 | 1000010 | 110100 | 0 | 1000110 | 1001101 | 1101 | 101 | 1001001 | 110110 |
Color Harmonies of #DF4234
Complementary color
Monochromatic Colors of #DF4234
Black with #DF4234
Text Example
Text Example
White with #DF4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4234; }
p { color: rgb(223,66,52); }
H1.HeaderClassName
{
color: #DF4234;
}
.AnyTagClassName
{
color: #DF4234;
}
</style>
background-color css
<style>
a { background-color: #DF4234; }
a { background-color: rgb(223,66,52); }
div.DivClassName
{
background-color: #DF4234;
}
.BgClassName
{
background-color: #DF4234;
}
</style>
border-color css
<style>
span { border-color: #DF4234; }
span { border-color: rgb(223,66,52); }
td.TdClassName
{
border-color: #DF4234;
}
.TagClassName
{
border-color: #DF4234;
}
</style>