Shades of Cinnabar #DF4B1B
Tints of Cinnabar #DF4B1B
RGB
CMYK
RGB Variations
Color information
#DF4B1B (or 0xDF4B1B) is known color: Cinnabar. HEX triplet: DF, 4B and 1B. RGB value is (223,75,27). Sum of RGB (Red+Green+Blue) = 223+75+27=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B1B is #20B4E4. Grayscale: #727272. Windows color (decimal): -2143461 or 1788895. OLE color: 1788895.
HSL color Cylindrical-coordinate representation of color #DF4B1B: hue angle of 14.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF4B1B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 27 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.13 |
| HSL | 14.69º | 0.78% | 0.49% | - |
| HSV(B) | 14.69º | 0.88% | 0.87% | - |
| XYZ | 33.15 | 20.8 | 3.3 | - |
| YUV | 113.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 27 | 0 | 0.66 | 0.88 | 0.13 | 14.69 | 0.78 | 0.49 |
| Hex | DF | 4B | 1B | 0 | 42 | 58 | D | F | 4E | 31 |
| Octal | 337 | 113 | 33 | 0 | 102 | 130 | 15 | 17 | 116 | 61 |
| Binary | 11011111 | 1001011 | 11011 | 0 | 1000010 | 1011000 | 1101 | 1111 | 1001110 | 110001 |
Color Harmonies of #DF4B1B
Complementary color
Monochromatic Colors of #DF4B1B
Black with #DF4B1B
Text Example
Text Example
White with #DF4B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B1B; }
p { color: rgb(223,75,27); }
H1.HeaderClassName
{
color: #DF4B1B;
}
.AnyTagClassName
{
color: #DF4B1B;
}
</style>
background-color css
<style>
a { background-color: #DF4B1B; }
a { background-color: rgb(223,75,27); }
div.DivClassName
{
background-color: #DF4B1B;
}
.BgClassName
{
background-color: #DF4B1B;
}
</style>
border-color css
<style>
span { border-color: #DF4B1B; }
span { border-color: rgb(223,75,27); }
td.TdClassName
{
border-color: #DF4B1B;
}
.TagClassName
{
border-color: #DF4B1B;
}
</style>