Shades of Cinnabar #DF3D24
Tints of Cinnabar #DF3D24
RGB
CMYK
RGB Variations
Color information
#DF3D24 (or 0xDF3D24) is known color: Cinnabar. HEX triplet: DF, 3D and 24. RGB value is (223,61,36). Sum of RGB (Red+Green+Blue) = 223+61+36=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D24 is #20C2DB. Grayscale: #6A6A6A. Windows color (decimal): -2147036 or 2375135. OLE color: 2375135.
HSL color Cylindrical-coordinate representation of color #DF3D24: hue angle of 8.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF3D24 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 36 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.13 |
| HSL | 8.02º | 0.75% | 0.51% | - |
| HSV(B) | 8.02º | 0.84% | 0.87% | - |
| XYZ | 32.42 | 19.15 | 3.66 | - |
| YUV | 106.59 | 88.17 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 36 | 0 | 0.73 | 0.84 | 0.13 | 8.02 | 0.75 | 0.51 |
| Hex | DF | 3D | 24 | 0 | 49 | 54 | D | 8 | 4B | 33 |
| Octal | 337 | 75 | 44 | 0 | 111 | 124 | 15 | 10 | 113 | 63 |
| Binary | 11011111 | 111101 | 100100 | 0 | 1001001 | 1010100 | 1101 | 1000 | 1001011 | 110011 |
Color Harmonies of #DF3D24
Complementary color
Monochromatic Colors of #DF3D24
Black with #DF3D24
Text Example
Text Example
White with #DF3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D24; }
p { color: rgb(223,61,36); }
H1.HeaderClassName
{
color: #DF3D24;
}
.AnyTagClassName
{
color: #DF3D24;
}
</style>
background-color css
<style>
a { background-color: #DF3D24; }
a { background-color: rgb(223,61,36); }
div.DivClassName
{
background-color: #DF3D24;
}
.BgClassName
{
background-color: #DF3D24;
}
</style>
border-color css
<style>
span { border-color: #DF3D24; }
span { border-color: rgb(223,61,36); }
td.TdClassName
{
border-color: #DF3D24;
}
.TagClassName
{
border-color: #DF3D24;
}
</style>