Shades of Cinnabar #DF4426
Tints of Cinnabar #DF4426
RGB
CMYK
RGB Variations
Color information
#DF4426 (or 0xDF4426) is known color: Cinnabar. HEX triplet: DF, 44 and 26. RGB value is (223,68,38). Sum of RGB (Red+Green+Blue) = 223+68+38=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4426 is #20BBD9. Grayscale: #6F6F6F. Windows color (decimal): -2145242 or 2507999. OLE color: 2507999.
HSL color Cylindrical-coordinate representation of color #DF4426: hue angle of 9.73º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF4426 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 38 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.13 |
| HSL | 9.73º | 0.74% | 0.51% | - |
| HSV(B) | 9.73º | 0.83% | 0.87% | - |
| XYZ | 32.85 | 19.96 | 3.96 | - |
| YUV | 110.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 38 | 0 | 0.70 | 0.83 | 0.13 | 9.73 | 0.74 | 0.51 |
| Hex | DF | 44 | 26 | 0 | 46 | 53 | D | A | 4A | 33 |
| Octal | 337 | 104 | 46 | 0 | 106 | 123 | 15 | 12 | 112 | 63 |
| Binary | 11011111 | 1000100 | 100110 | 0 | 1000110 | 1010011 | 1101 | 1010 | 1001010 | 110011 |
Color Harmonies of #DF4426
Complementary color
Monochromatic Colors of #DF4426
Black with #DF4426
Text Example
Text Example
White with #DF4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4426; }
p { color: rgb(223,68,38); }
H1.HeaderClassName
{
color: #DF4426;
}
.AnyTagClassName
{
color: #DF4426;
}
</style>
background-color css
<style>
a { background-color: #DF4426; }
a { background-color: rgb(223,68,38); }
div.DivClassName
{
background-color: #DF4426;
}
.BgClassName
{
background-color: #DF4426;
}
</style>
border-color css
<style>
span { border-color: #DF4426; }
span { border-color: rgb(223,68,38); }
td.TdClassName
{
border-color: #DF4426;
}
.TagClassName
{
border-color: #DF4426;
}
</style>