Shades of Cinnabar #DF443D
Tints of Cinnabar #DF443D
RGB
CMYK
RGB Variations
Color information
#DF443D (or 0xDF443D) is known color: Cinnabar. HEX triplet: DF, 44 and 3D. RGB value is (223,68,61). Sum of RGB (Red+Green+Blue) = 223+68+61=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF443D is #20BBC2. Grayscale: #717171. Windows color (decimal): -2145219 or 4015327. OLE color: 4015327.
HSL color Cylindrical-coordinate representation of color #DF443D: hue angle of 2.59º 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 #DF443D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.13 |
| HSL | 2.59º | 0.72% | 0.56% | - |
| HSV(B) | 2.59º | 0.73% | 0.87% | - |
| XYZ | 33.34 | 20.16 | 6.55 | - |
| YUV | 113.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 61 | 0 | 0.70 | 0.73 | 0.13 | 2.59 | 0.72 | 0.56 |
| Hex | DF | 44 | 3D | 0 | 46 | 49 | D | 3 | 48 | 38 |
| Octal | 337 | 104 | 75 | 0 | 106 | 111 | 15 | 3 | 110 | 70 |
| Binary | 11011111 | 1000100 | 111101 | 0 | 1000110 | 1001001 | 1101 | 11 | 1001000 | 111000 |
Color Harmonies of #DF443D
Complementary color
Monochromatic Colors of #DF443D
Black with #DF443D
Text Example
Text Example
White with #DF443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF443D; }
p { color: rgb(223,68,61); }
H1.HeaderClassName
{
color: #DF443D;
}
.AnyTagClassName
{
color: #DF443D;
}
</style>
background-color css
<style>
a { background-color: #DF443D; }
a { background-color: rgb(223,68,61); }
div.DivClassName
{
background-color: #DF443D;
}
.BgClassName
{
background-color: #DF443D;
}
</style>
border-color css
<style>
span { border-color: #DF443D; }
span { border-color: rgb(223,68,61); }
td.TdClassName
{
border-color: #DF443D;
}
.TagClassName
{
border-color: #DF443D;
}
</style>