Shades of Cinnabar #DF4C1E
Tints of Cinnabar #DF4C1E
RGB
CMYK
RGB Variations
Color information
#DF4C1E (or 0xDF4C1E) is known color: Cinnabar. HEX triplet: DF, 4C and 1E. RGB value is (223,76,30). Sum of RGB (Red+Green+Blue) = 223+76+30=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C1E is #20B3E1. Grayscale: #737373. Windows color (decimal): -2143202 or 1985759. OLE color: 1985759.
HSL color Cylindrical-coordinate representation of color #DF4C1E: hue angle of 14.3º 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 #DF4C1E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.13 |
| HSL | 14.3º | 0.76% | 0.5% | - |
| HSV(B) | 14.3º | 0.87% | 0.87% | - |
| XYZ | 33.25 | 20.95 | 3.52 | - |
| YUV | 114.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 30 | 0 | 0.66 | 0.87 | 0.13 | 14.3 | 0.76 | 0.5 |
| Hex | DF | 4C | 1E | 0 | 42 | 57 | D | E | 4C | 32 |
| Octal | 337 | 114 | 36 | 0 | 102 | 127 | 15 | 16 | 114 | 62 |
| Binary | 11011111 | 1001100 | 11110 | 0 | 1000010 | 1010111 | 1101 | 1110 | 1001100 | 110010 |
Color Harmonies of #DF4C1E
Complementary color
Monochromatic Colors of #DF4C1E
Black with #DF4C1E
Text Example
Text Example
White with #DF4C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C1E; }
p { color: rgb(223,76,30); }
H1.HeaderClassName
{
color: #DF4C1E;
}
.AnyTagClassName
{
color: #DF4C1E;
}
</style>
background-color css
<style>
a { background-color: #DF4C1E; }
a { background-color: rgb(223,76,30); }
div.DivClassName
{
background-color: #DF4C1E;
}
.BgClassName
{
background-color: #DF4C1E;
}
</style>
border-color css
<style>
span { border-color: #DF4C1E; }
span { border-color: rgb(223,76,30); }
td.TdClassName
{
border-color: #DF4C1E;
}
.TagClassName
{
border-color: #DF4C1E;
}
</style>