Shades of Cinnabar #DF432D
Tints of Cinnabar #DF432D
RGB
CMYK
RGB Variations
Color information
#DF432D (or 0xDF432D) is known color: Cinnabar. HEX triplet: DF, 43 and 2D. RGB value is (223,67,45). Sum of RGB (Red+Green+Blue) = 223+67+45=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF432D is #20BCD2. Grayscale: #6F6F6F. Windows color (decimal): -2145491 or 2966495. OLE color: 2966495.
HSL color Cylindrical-coordinate representation of color #DF432D: hue angle of 7.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF432D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 45 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.13 |
| HSL | 7.42º | 0.74% | 0.53% | - |
| HSV(B) | 7.42º | 0.8% | 0.87% | - |
| XYZ | 32.91 | 19.89 | 4.59 | - |
| YUV | 111.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 45 | 0 | 0.70 | 0.80 | 0.13 | 7.42 | 0.74 | 0.53 |
| Hex | DF | 43 | 2D | 0 | 46 | 50 | D | 7 | 4A | 35 |
| Octal | 337 | 103 | 55 | 0 | 106 | 120 | 15 | 7 | 112 | 65 |
| Binary | 11011111 | 1000011 | 101101 | 0 | 1000110 | 1010000 | 1101 | 111 | 1001010 | 110101 |
Color Harmonies of #DF432D
Complementary color
Monochromatic Colors of #DF432D
Black with #DF432D
Text Example
Text Example
White with #DF432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF432D; }
p { color: rgb(223,67,45); }
H1.HeaderClassName
{
color: #DF432D;
}
.AnyTagClassName
{
color: #DF432D;
}
</style>
background-color css
<style>
a { background-color: #DF432D; }
a { background-color: rgb(223,67,45); }
div.DivClassName
{
background-color: #DF432D;
}
.BgClassName
{
background-color: #DF432D;
}
</style>
border-color css
<style>
span { border-color: #DF432D; }
span { border-color: rgb(223,67,45); }
td.TdClassName
{
border-color: #DF432D;
}
.TagClassName
{
border-color: #DF432D;
}
</style>