Shades of Cinnabar #DF4629
Tints of Cinnabar #DF4629
RGB
CMYK
RGB Variations
Color information
#DF4629 (or 0xDF4629) is known color: Cinnabar. HEX triplet: DF, 46 and 29. RGB value is (223,70,41). Sum of RGB (Red+Green+Blue) = 223+70+41=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4629 is #20B9D6. Grayscale: #707070. Windows color (decimal): -2144727 or 2705119. OLE color: 2705119.
HSL color Cylindrical-coordinate representation of color #DF4629: hue angle of 9.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF4629 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 41 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.13 |
| HSL | 9.56º | 0.74% | 0.52% | - |
| HSV(B) | 9.56º | 0.82% | 0.87% | - |
| XYZ | 33.02 | 20.23 | 4.26 | - |
| YUV | 112.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 41 | 0 | 0.69 | 0.82 | 0.13 | 9.56 | 0.74 | 0.52 |
| Hex | DF | 46 | 29 | 0 | 45 | 52 | D | A | 4A | 34 |
| Octal | 337 | 106 | 51 | 0 | 105 | 122 | 15 | 12 | 112 | 64 |
| Binary | 11011111 | 1000110 | 101001 | 0 | 1000101 | 1010010 | 1101 | 1010 | 1001010 | 110100 |
Color Harmonies of #DF4629
Complementary color
Monochromatic Colors of #DF4629
Black with #DF4629
Text Example
Text Example
White with #DF4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4629; }
p { color: rgb(223,70,41); }
H1.HeaderClassName
{
color: #DF4629;
}
.AnyTagClassName
{
color: #DF4629;
}
</style>
background-color css
<style>
a { background-color: #DF4629; }
a { background-color: rgb(223,70,41); }
div.DivClassName
{
background-color: #DF4629;
}
.BgClassName
{
background-color: #DF4629;
}
</style>
border-color css
<style>
span { border-color: #DF4629; }
span { border-color: rgb(223,70,41); }
td.TdClassName
{
border-color: #DF4629;
}
.TagClassName
{
border-color: #DF4629;
}
</style>