Shades of Cinnabar #DF392B
Tints of Cinnabar #DF392B
RGB
CMYK
RGB Variations
Color information
#DF392B (or 0xDF392B) is known color: Cinnabar. HEX triplet: DF, 39 and 2B. RGB value is (223,57,43). Sum of RGB (Red+Green+Blue) = 223+57+43=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF392B is #20C6D4. Grayscale: #696969. Windows color (decimal): -2148053 or 2832863. OLE color: 2832863.
HSL color Cylindrical-coordinate representation of color #DF392B: hue angle of 4.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF392B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 43 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.13 |
| HSL | 4.67º | 0.74% | 0.52% | - |
| HSV(B) | 4.67º | 0.81% | 0.87% | - |
| XYZ | 32.33 | 18.79 | 4.21 | - |
| YUV | 105.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 43 | 0 | 0.74 | 0.81 | 0.13 | 4.67 | 0.74 | 0.52 |
| Hex | DF | 39 | 2B | 0 | 4A | 51 | D | 5 | 4A | 34 |
| Octal | 337 | 71 | 53 | 0 | 112 | 121 | 15 | 5 | 112 | 64 |
| Binary | 11011111 | 111001 | 101011 | 0 | 1001010 | 1010001 | 1101 | 101 | 1001010 | 110100 |
Color Harmonies of #DF392B
Complementary color
Monochromatic Colors of #DF392B
Black with #DF392B
Text Example
Text Example
White with #DF392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF392B; }
p { color: rgb(223,57,43); }
H1.HeaderClassName
{
color: #DF392B;
}
.AnyTagClassName
{
color: #DF392B;
}
</style>
background-color css
<style>
a { background-color: #DF392B; }
a { background-color: rgb(223,57,43); }
div.DivClassName
{
background-color: #DF392B;
}
.BgClassName
{
background-color: #DF392B;
}
</style>
border-color css
<style>
span { border-color: #DF392B; }
span { border-color: rgb(223,57,43); }
td.TdClassName
{
border-color: #DF392B;
}
.TagClassName
{
border-color: #DF392B;
}
</style>