Shades of Cinnabar #DF382E
Tints of Cinnabar #DF382E
RGB
CMYK
RGB Variations
Color information
#DF382E (or 0xDF382E) is known color: Cinnabar. HEX triplet: DF, 38 and 2E. RGB value is (223,56,46). Sum of RGB (Red+Green+Blue) = 223+56+46=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF382E is #20C7D1. Grayscale: #696969. Windows color (decimal): -2148306 or 3029215. OLE color: 3029215.
HSL color Cylindrical-coordinate representation of color #DF382E: hue angle of 3.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF382E is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 46 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.13 |
| HSL | 3.39º | 0.73% | 0.53% | - |
| HSV(B) | 3.39º | 0.79% | 0.87% | - |
| XYZ | 32.34 | 18.71 | 4.49 | - |
| YUV | 104.79 | 94.83 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 46 | 0 | 0.75 | 0.79 | 0.13 | 3.39 | 0.73 | 0.53 |
| Hex | DF | 38 | 2E | 0 | 4B | 4F | D | 3 | 49 | 35 |
| Octal | 337 | 70 | 56 | 0 | 113 | 117 | 15 | 3 | 111 | 65 |
| Binary | 11011111 | 111000 | 101110 | 0 | 1001011 | 1001111 | 1101 | 11 | 1001001 | 110101 |
Color Harmonies of #DF382E
Complementary color
Monochromatic Colors of #DF382E
Black with #DF382E
Text Example
Text Example
White with #DF382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF382E; }
p { color: rgb(223,56,46); }
H1.HeaderClassName
{
color: #DF382E;
}
.AnyTagClassName
{
color: #DF382E;
}
</style>
background-color css
<style>
a { background-color: #DF382E; }
a { background-color: rgb(223,56,46); }
div.DivClassName
{
background-color: #DF382E;
}
.BgClassName
{
background-color: #DF382E;
}
</style>
border-color css
<style>
span { border-color: #DF382E; }
span { border-color: rgb(223,56,46); }
td.TdClassName
{
border-color: #DF382E;
}
.TagClassName
{
border-color: #DF382E;
}
</style>