Shades of Cinnabar #DF433D
Tints of Cinnabar #DF433D
RGB
CMYK
RGB Variations
Color information
#DF433D (or 0xDF433D) is known color: Cinnabar. HEX triplet: DF, 43 and 3D. RGB value is (223,67,61). Sum of RGB (Red+Green+Blue) = 223+67+61=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF433D is #20BCC2. Grayscale: #717171. Windows color (decimal): -2145475 or 4015071. OLE color: 4015071.
HSL color Cylindrical-coordinate representation of color #DF433D: hue angle of 2.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF433D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.13 |
| HSL | 2.22º | 0.72% | 0.56% | - |
| HSV(B) | 2.22º | 0.73% | 0.87% | - |
| XYZ | 33.28 | 20.04 | 6.53 | - |
| YUV | 112.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 61 | 0 | 0.70 | 0.73 | 0.13 | 2.22 | 0.72 | 0.56 |
| Hex | DF | 43 | 3D | 0 | 46 | 49 | D | 2 | 48 | 38 |
| Octal | 337 | 103 | 75 | 0 | 106 | 111 | 15 | 2 | 110 | 70 |
| Binary | 11011111 | 1000011 | 111101 | 0 | 1000110 | 1001001 | 1101 | 10 | 1001000 | 111000 |
Color Harmonies of #DF433D
Complementary color
Monochromatic Colors of #DF433D
Black with #DF433D
Text Example
Text Example
White with #DF433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF433D; }
p { color: rgb(223,67,61); }
H1.HeaderClassName
{
color: #DF433D;
}
.AnyTagClassName
{
color: #DF433D;
}
</style>
background-color css
<style>
a { background-color: #DF433D; }
a { background-color: rgb(223,67,61); }
div.DivClassName
{
background-color: #DF433D;
}
.BgClassName
{
background-color: #DF433D;
}
</style>
border-color css
<style>
span { border-color: #DF433D; }
span { border-color: rgb(223,67,61); }
td.TdClassName
{
border-color: #DF433D;
}
.TagClassName
{
border-color: #DF433D;
}
</style>