Shades of Cinnabar #DF4B1E
Tints of Cinnabar #DF4B1E
RGB
CMYK
RGB Variations
Color information
#DF4B1E (or 0xDF4B1E) is known color: Cinnabar. HEX triplet: DF, 4B and 1E. RGB value is (223,75,30). Sum of RGB (Red+Green+Blue) = 223+75+30=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B1E is #20B4E1. Grayscale: #727272. Windows color (decimal): -2143458 or 1985503. OLE color: 1985503.
HSL color Cylindrical-coordinate representation of color #DF4B1E: hue angle of 13.99º 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 #DF4B1E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.13 |
| HSL | 13.99º | 0.76% | 0.5% | - |
| HSV(B) | 13.99º | 0.87% | 0.87% | - |
| XYZ | 33.18 | 20.81 | 3.5 | - |
| YUV | 114.12 | 80.53 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 30 | 0 | 0.66 | 0.87 | 0.13 | 13.99 | 0.76 | 0.5 |
| Hex | DF | 4B | 1E | 0 | 42 | 57 | D | E | 4C | 32 |
| Octal | 337 | 113 | 36 | 0 | 102 | 127 | 15 | 16 | 114 | 62 |
| Binary | 11011111 | 1001011 | 11110 | 0 | 1000010 | 1010111 | 1101 | 1110 | 1001100 | 110010 |
Color Harmonies of #DF4B1E
Complementary color
Monochromatic Colors of #DF4B1E
Black with #DF4B1E
Text Example
Text Example
White with #DF4B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B1E; }
p { color: rgb(223,75,30); }
H1.HeaderClassName
{
color: #DF4B1E;
}
.AnyTagClassName
{
color: #DF4B1E;
}
</style>
background-color css
<style>
a { background-color: #DF4B1E; }
a { background-color: rgb(223,75,30); }
div.DivClassName
{
background-color: #DF4B1E;
}
.BgClassName
{
background-color: #DF4B1E;
}
</style>
border-color css
<style>
span { border-color: #DF4B1E; }
span { border-color: rgb(223,75,30); }
td.TdClassName
{
border-color: #DF4B1E;
}
.TagClassName
{
border-color: #DF4B1E;
}
</style>