Shades of Cinnabar #DF4738
Tints of Cinnabar #DF4738
RGB
CMYK
RGB Variations
Color information
#DF4738 (or 0xDF4738) is known color: Cinnabar. HEX triplet: DF, 47 and 38. RGB value is (223,71,56). Sum of RGB (Red+Green+Blue) = 223+71+56=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4738 is #20B8C7. Grayscale: #727272. Windows color (decimal): -2144456 or 3688415. OLE color: 3688415.
HSL color Cylindrical-coordinate representation of color #DF4738: hue angle of 5.39º 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 #DF4738 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.13 |
| HSL | 5.39º | 0.72% | 0.55% | - |
| HSV(B) | 5.39º | 0.75% | 0.87% | - |
| XYZ | 33.4 | 20.48 | 5.93 | - |
| YUV | 114.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 56 | 0 | 0.68 | 0.75 | 0.13 | 5.39 | 0.72 | 0.55 |
| Hex | DF | 47 | 38 | 0 | 44 | 4B | D | 5 | 48 | 37 |
| Octal | 337 | 107 | 70 | 0 | 104 | 113 | 15 | 5 | 110 | 67 |
| Binary | 11011111 | 1000111 | 111000 | 0 | 1000100 | 1001011 | 1101 | 101 | 1001000 | 110111 |
Color Harmonies of #DF4738
Complementary color
Monochromatic Colors of #DF4738
Black with #DF4738
Text Example
Text Example
White with #DF4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4738; }
p { color: rgb(223,71,56); }
H1.HeaderClassName
{
color: #DF4738;
}
.AnyTagClassName
{
color: #DF4738;
}
</style>
background-color css
<style>
a { background-color: #DF4738; }
a { background-color: rgb(223,71,56); }
div.DivClassName
{
background-color: #DF4738;
}
.BgClassName
{
background-color: #DF4738;
}
</style>
border-color css
<style>
span { border-color: #DF4738; }
span { border-color: rgb(223,71,56); }
td.TdClassName
{
border-color: #DF4738;
}
.TagClassName
{
border-color: #DF4738;
}
</style>