Shades of Cinnabar #DF3F38
Tints of Cinnabar #DF3F38
RGB
CMYK
RGB Variations
Color information
#DF3F38 (or 0xDF3F38) is known color: Cinnabar. HEX triplet: DF, 3F and 38. RGB value is (223,63,56). Sum of RGB (Red+Green+Blue) = 223+63+56=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F38 is #20C0C7. Grayscale: #6E6E6E. Windows color (decimal): -2146504 or 3686367. OLE color: 3686367.
HSL color Cylindrical-coordinate representation of color #DF3F38: hue angle of 2.51º 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 #DF3F38 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 56 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.13 |
| HSL | 2.51º | 0.72% | 0.55% | - |
| HSV(B) | 2.51º | 0.75% | 0.87% | - |
| XYZ | 32.92 | 19.53 | 5.78 | - |
| YUV | 110.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 56 | 0 | 0.72 | 0.75 | 0.13 | 2.51 | 0.72 | 0.55 |
| Hex | DF | 3F | 38 | 0 | 48 | 4B | D | 3 | 48 | 37 |
| Octal | 337 | 77 | 70 | 0 | 110 | 113 | 15 | 3 | 110 | 67 |
| Binary | 11011111 | 111111 | 111000 | 0 | 1001000 | 1001011 | 1101 | 11 | 1001000 | 110111 |
Color Harmonies of #DF3F38
Complementary color
Monochromatic Colors of #DF3F38
Black with #DF3F38
Text Example
Text Example
White with #DF3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F38; }
p { color: rgb(223,63,56); }
H1.HeaderClassName
{
color: #DF3F38;
}
.AnyTagClassName
{
color: #DF3F38;
}
</style>
background-color css
<style>
a { background-color: #DF3F38; }
a { background-color: rgb(223,63,56); }
div.DivClassName
{
background-color: #DF3F38;
}
.BgClassName
{
background-color: #DF3F38;
}
</style>
border-color css
<style>
span { border-color: #DF3F38; }
span { border-color: rgb(223,63,56); }
td.TdClassName
{
border-color: #DF3F38;
}
.TagClassName
{
border-color: #DF3F38;
}
</style>