Shades of Cinnabar #DF3029
Tints of Cinnabar #DF3029
RGB
CMYK
RGB Variations
Color information
#DF3029 (or 0xDF3029) is known color: Cinnabar. HEX triplet: DF, 30 and 29. RGB value is (223,48,41). Sum of RGB (Red+Green+Blue) = 223+48+41=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3029 is #20CFD6. Grayscale: #636363. Windows color (decimal): -2150359 or 2699487. OLE color: 2699487.
HSL color Cylindrical-coordinate representation of color #DF3029: hue angle of 2.31º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF3029 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 41 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.13 |
| HSL | 2.31º | 0.74% | 0.52% | - |
| HSV(B) | 2.31º | 0.82% | 0.87% | - |
| XYZ | 31.89 | 17.96 | 3.88 | - |
| YUV | 99.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 41 | 0 | 0.78 | 0.82 | 0.13 | 2.31 | 0.74 | 0.52 |
| Hex | DF | 30 | 29 | 0 | 4E | 52 | D | 2 | 4A | 34 |
| Octal | 337 | 60 | 51 | 0 | 116 | 122 | 15 | 2 | 112 | 64 |
| Binary | 11011111 | 110000 | 101001 | 0 | 1001110 | 1010010 | 1101 | 10 | 1001010 | 110100 |
Color Harmonies of #DF3029
Complementary color
Monochromatic Colors of #DF3029
Black with #DF3029
Text Example
Text Example
White with #DF3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3029; }
p { color: rgb(223,48,41); }
H1.HeaderClassName
{
color: #DF3029;
}
.AnyTagClassName
{
color: #DF3029;
}
</style>
background-color css
<style>
a { background-color: #DF3029; }
a { background-color: rgb(223,48,41); }
div.DivClassName
{
background-color: #DF3029;
}
.BgClassName
{
background-color: #DF3029;
}
</style>
border-color css
<style>
span { border-color: #DF3029; }
span { border-color: rgb(223,48,41); }
td.TdClassName
{
border-color: #DF3029;
}
.TagClassName
{
border-color: #DF3029;
}
</style>