Shades of Cinnabar #DF4239
Tints of Cinnabar #DF4239
RGB
CMYK
RGB Variations
Color information
#DF4239 (or 0xDF4239) is known color: Cinnabar. HEX triplet: DF, 42 and 39. RGB value is (223,66,57). Sum of RGB (Red+Green+Blue) = 223+66+57=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4239 is #20BDC6. Grayscale: #707070. Windows color (decimal): -2145735 or 3752671. OLE color: 3752671.
HSL color Cylindrical-coordinate representation of color #DF4239: hue angle of 3.25º 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 #DF4239 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 57 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.13 |
| HSL | 3.25º | 0.72% | 0.55% | - |
| HSV(B) | 3.25º | 0.74% | 0.87% | - |
| XYZ | 33.12 | 19.88 | 5.96 | - |
| YUV | 111.92 | 97.01 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 57 | 0 | 0.70 | 0.74 | 0.13 | 3.25 | 0.72 | 0.55 |
| Hex | DF | 42 | 39 | 0 | 46 | 4A | D | 3 | 48 | 37 |
| Octal | 337 | 102 | 71 | 0 | 106 | 112 | 15 | 3 | 110 | 67 |
| Binary | 11011111 | 1000010 | 111001 | 0 | 1000110 | 1001010 | 1101 | 11 | 1001000 | 110111 |
Color Harmonies of #DF4239
Complementary color
Monochromatic Colors of #DF4239
Black with #DF4239
Text Example
Text Example
White with #DF4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4239; }
p { color: rgb(223,66,57); }
H1.HeaderClassName
{
color: #DF4239;
}
.AnyTagClassName
{
color: #DF4239;
}
</style>
background-color css
<style>
a { background-color: #DF4239; }
a { background-color: rgb(223,66,57); }
div.DivClassName
{
background-color: #DF4239;
}
.BgClassName
{
background-color: #DF4239;
}
</style>
border-color css
<style>
span { border-color: #DF4239; }
span { border-color: rgb(223,66,57); }
td.TdClassName
{
border-color: #DF4239;
}
.TagClassName
{
border-color: #DF4239;
}
</style>