Shades of Cinnabar #DF4326
Tints of Cinnabar #DF4326
RGB
CMYK
RGB Variations
Color information
#DF4326 (or 0xDF4326) is known color: Cinnabar. HEX triplet: DF, 43 and 26. RGB value is (223,67,38). Sum of RGB (Red+Green+Blue) = 223+67+38=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4326 is #20BCD9. Grayscale: #6E6E6E. Windows color (decimal): -2145498 or 2507743. OLE color: 2507743.
HSL color Cylindrical-coordinate representation of color #DF4326: hue angle of 9.41º 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 #DF4326 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 38 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.13 |
| HSL | 9.41º | 0.74% | 0.51% | - |
| HSV(B) | 9.41º | 0.83% | 0.87% | - |
| XYZ | 32.79 | 19.84 | 3.94 | - |
| YUV | 110.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 38 | 0 | 0.70 | 0.83 | 0.13 | 9.41 | 0.74 | 0.51 |
| Hex | DF | 43 | 26 | 0 | 46 | 53 | D | 9 | 4A | 33 |
| Octal | 337 | 103 | 46 | 0 | 106 | 123 | 15 | 11 | 112 | 63 |
| Binary | 11011111 | 1000011 | 100110 | 0 | 1000110 | 1010011 | 1101 | 1001 | 1001010 | 110011 |
Color Harmonies of #DF4326
Complementary color
Monochromatic Colors of #DF4326
Black with #DF4326
Text Example
Text Example
White with #DF4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4326; }
p { color: rgb(223,67,38); }
H1.HeaderClassName
{
color: #DF4326;
}
.AnyTagClassName
{
color: #DF4326;
}
</style>
background-color css
<style>
a { background-color: #DF4326; }
a { background-color: rgb(223,67,38); }
div.DivClassName
{
background-color: #DF4326;
}
.BgClassName
{
background-color: #DF4326;
}
</style>
border-color css
<style>
span { border-color: #DF4326; }
span { border-color: rgb(223,67,38); }
td.TdClassName
{
border-color: #DF4326;
}
.TagClassName
{
border-color: #DF4326;
}
</style>