Shades of Cinnabar #DF4B31
Tints of Cinnabar #DF4B31
RGB
CMYK
RGB Variations
Color information
#DF4B31 (or 0xDF4B31) is known color: Cinnabar. HEX triplet: DF, 4B and 31. RGB value is (223,75,49). Sum of RGB (Red+Green+Blue) = 223+75+49=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B31 is #20B4CE. Grayscale: #747474. Windows color (decimal): -2143439 or 3230687. OLE color: 3230687.
HSL color Cylindrical-coordinate representation of color #DF4B31: hue angle of 8.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF4B31 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 49 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.13 |
| HSL | 8.97º | 0.73% | 0.53% | - |
| HSV(B) | 8.97º | 0.78% | 0.87% | - |
| XYZ | 33.5 | 20.94 | 5.18 | - |
| YUV | 116.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 49 | 0 | 0.66 | 0.78 | 0.13 | 8.97 | 0.73 | 0.53 |
| Hex | DF | 4B | 31 | 0 | 42 | 4E | D | 9 | 49 | 35 |
| Octal | 337 | 113 | 61 | 0 | 102 | 116 | 15 | 11 | 111 | 65 |
| Binary | 11011111 | 1001011 | 110001 | 0 | 1000010 | 1001110 | 1101 | 1001 | 1001001 | 110101 |
Color Harmonies of #DF4B31
Complementary color
Monochromatic Colors of #DF4B31
Black with #DF4B31
Text Example
Text Example
White with #DF4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B31; }
p { color: rgb(223,75,49); }
H1.HeaderClassName
{
color: #DF4B31;
}
.AnyTagClassName
{
color: #DF4B31;
}
</style>
background-color css
<style>
a { background-color: #DF4B31; }
a { background-color: rgb(223,75,49); }
div.DivClassName
{
background-color: #DF4B31;
}
.BgClassName
{
background-color: #DF4B31;
}
</style>
border-color css
<style>
span { border-color: #DF4B31; }
span { border-color: rgb(223,75,49); }
td.TdClassName
{
border-color: #DF4B31;
}
.TagClassName
{
border-color: #DF4B31;
}
</style>