Shades of Cinnabar #DF381E
Tints of Cinnabar #DF381E
RGB
CMYK
RGB Variations
Color information
#DF381E (or 0xDF381E) is known color: Cinnabar. HEX triplet: DF, 38 and 1E. RGB value is (223,56,30). Sum of RGB (Red+Green+Blue) = 223+56+30=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF381E is #20C7E1. Grayscale: #676767. Windows color (decimal): -2148322 or 1980639. OLE color: 1980639.
HSL color Cylindrical-coordinate representation of color #DF381E: hue angle of 8.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF381E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.13 |
| HSL | 8.08º | 0.76% | 0.5% | - |
| HSV(B) | 8.08º | 0.87% | 0.87% | - |
| XYZ | 32.08 | 18.61 | 3.13 | - |
| YUV | 102.97 | 86.83 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 30 | 0 | 0.75 | 0.87 | 0.13 | 8.08 | 0.76 | 0.5 |
| Hex | DF | 38 | 1E | 0 | 4B | 57 | D | 8 | 4C | 32 |
| Octal | 337 | 70 | 36 | 0 | 113 | 127 | 15 | 10 | 114 | 62 |
| Binary | 11011111 | 111000 | 11110 | 0 | 1001011 | 1010111 | 1101 | 1000 | 1001100 | 110010 |
Color Harmonies of #DF381E
Complementary color
Monochromatic Colors of #DF381E
Black with #DF381E
Text Example
Text Example
White with #DF381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF381E; }
p { color: rgb(223,56,30); }
H1.HeaderClassName
{
color: #DF381E;
}
.AnyTagClassName
{
color: #DF381E;
}
</style>
background-color css
<style>
a { background-color: #DF381E; }
a { background-color: rgb(223,56,30); }
div.DivClassName
{
background-color: #DF381E;
}
.BgClassName
{
background-color: #DF381E;
}
</style>
border-color css
<style>
span { border-color: #DF381E; }
span { border-color: rgb(223,56,30); }
td.TdClassName
{
border-color: #DF381E;
}
.TagClassName
{
border-color: #DF381E;
}
</style>