Shades of Cinnabar #DF4139
Tints of Cinnabar #DF4139
RGB
CMYK
RGB Variations
Color information
#DF4139 (or 0xDF4139) is known color: Cinnabar. HEX triplet: DF, 41 and 39. RGB value is (223,65,57). Sum of RGB (Red+Green+Blue) = 223+65+57=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4139 is #20BEC6. Grayscale: #6F6F6F. Windows color (decimal): -2145991 or 3752415. OLE color: 3752415.
HSL color Cylindrical-coordinate representation of color #DF4139: hue angle of 2.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF4139 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 57 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.13 |
| HSL | 2.89º | 0.72% | 0.55% | - |
| HSV(B) | 2.89º | 0.74% | 0.87% | - |
| XYZ | 33.06 | 19.76 | 5.94 | - |
| YUV | 111.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 57 | 0 | 0.71 | 0.74 | 0.13 | 2.89 | 0.72 | 0.55 |
| Hex | DF | 41 | 39 | 0 | 47 | 4A | D | 3 | 48 | 37 |
| Octal | 337 | 101 | 71 | 0 | 107 | 112 | 15 | 3 | 110 | 67 |
| Binary | 11011111 | 1000001 | 111001 | 0 | 1000111 | 1001010 | 1101 | 11 | 1001000 | 110111 |
Color Harmonies of #DF4139
Complementary color
Monochromatic Colors of #DF4139
Black with #DF4139
Text Example
Text Example
White with #DF4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4139; }
p { color: rgb(223,65,57); }
H1.HeaderClassName
{
color: #DF4139;
}
.AnyTagClassName
{
color: #DF4139;
}
</style>
background-color css
<style>
a { background-color: #DF4139; }
a { background-color: rgb(223,65,57); }
div.DivClassName
{
background-color: #DF4139;
}
.BgClassName
{
background-color: #DF4139;
}
</style>
border-color css
<style>
span { border-color: #DF4139; }
span { border-color: rgb(223,65,57); }
td.TdClassName
{
border-color: #DF4139;
}
.TagClassName
{
border-color: #DF4139;
}
</style>