Shades of Cinnabar #DF4428
Tints of Cinnabar #DF4428
RGB
CMYK
RGB Variations
Color information
#DF4428 (or 0xDF4428) is known color: Cinnabar. HEX triplet: DF, 44 and 28. RGB value is (223,68,40). Sum of RGB (Red+Green+Blue) = 223+68+40=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4428 is #20BBD7. Grayscale: #6F6F6F. Windows color (decimal): -2145240 or 2639071. OLE color: 2639071.
HSL color Cylindrical-coordinate representation of color #DF4428: hue angle of 9.18º 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 #DF4428 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 40 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.13 |
| HSL | 9.18º | 0.74% | 0.52% | - |
| HSV(B) | 9.18º | 0.82% | 0.87% | - |
| XYZ | 32.88 | 19.98 | 4.13 | - |
| YUV | 111.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 40 | 0 | 0.70 | 0.82 | 0.13 | 9.18 | 0.74 | 0.52 |
| Hex | DF | 44 | 28 | 0 | 46 | 52 | D | 9 | 4A | 34 |
| Octal | 337 | 104 | 50 | 0 | 106 | 122 | 15 | 11 | 112 | 64 |
| Binary | 11011111 | 1000100 | 101000 | 0 | 1000110 | 1010010 | 1101 | 1001 | 1001010 | 110100 |
Color Harmonies of #DF4428
Complementary color
Monochromatic Colors of #DF4428
Black with #DF4428
Text Example
Text Example
White with #DF4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4428; }
p { color: rgb(223,68,40); }
H1.HeaderClassName
{
color: #DF4428;
}
.AnyTagClassName
{
color: #DF4428;
}
</style>
background-color css
<style>
a { background-color: #DF4428; }
a { background-color: rgb(223,68,40); }
div.DivClassName
{
background-color: #DF4428;
}
.BgClassName
{
background-color: #DF4428;
}
</style>
border-color css
<style>
span { border-color: #DF4428; }
span { border-color: rgb(223,68,40); }
td.TdClassName
{
border-color: #DF4428;
}
.TagClassName
{
border-color: #DF4428;
}
</style>