Shades of Cinnabar #DF3E38
Tints of Cinnabar #DF3E38
RGB
CMYK
RGB Variations
Color information
#DF3E38 (or 0xDF3E38) is known color: Cinnabar. HEX triplet: DF, 3E and 38. RGB value is (223,62,56). Sum of RGB (Red+Green+Blue) = 223+62+56=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E38 is #20C1C7. Grayscale: #6D6D6D. Windows color (decimal): -2146760 or 3686111. OLE color: 3686111.
HSL color Cylindrical-coordinate representation of color #DF3E38: hue angle of 2.16º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3E38 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 56 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.13 |
| HSL | 2.16º | 0.72% | 0.55% | - |
| HSV(B) | 2.16º | 0.75% | 0.87% | - |
| XYZ | 32.87 | 19.42 | 5.76 | - |
| YUV | 109.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 56 | 0 | 0.72 | 0.75 | 0.13 | 2.16 | 0.72 | 0.55 |
| Hex | DF | 3E | 38 | 0 | 48 | 4B | D | 2 | 48 | 37 |
| Octal | 337 | 76 | 70 | 0 | 110 | 113 | 15 | 2 | 110 | 67 |
| Binary | 11011111 | 111110 | 111000 | 0 | 1001000 | 1001011 | 1101 | 10 | 1001000 | 110111 |
Color Harmonies of #DF3E38
Complementary color
Monochromatic Colors of #DF3E38
Black with #DF3E38
Text Example
Text Example
White with #DF3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E38; }
p { color: rgb(223,62,56); }
H1.HeaderClassName
{
color: #DF3E38;
}
.AnyTagClassName
{
color: #DF3E38;
}
</style>
background-color css
<style>
a { background-color: #DF3E38; }
a { background-color: rgb(223,62,56); }
div.DivClassName
{
background-color: #DF3E38;
}
.BgClassName
{
background-color: #DF3E38;
}
</style>
border-color css
<style>
span { border-color: #DF3E38; }
span { border-color: rgb(223,62,56); }
td.TdClassName
{
border-color: #DF3E38;
}
.TagClassName
{
border-color: #DF3E38;
}
</style>