Shades of Cinnabar #DF4B41
Tints of Cinnabar #DF4B41
RGB
CMYK
RGB Variations
Color information
#DF4B41 (or 0xDF4B41) is known color: Cinnabar. HEX triplet: DF, 4B and 41. RGB value is (223,75,65). Sum of RGB (Red+Green+Blue) = 223+75+65=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B41 is #20B4BE. Grayscale: #767676. Windows color (decimal): -2143423 or 4279263. OLE color: 4279263.
HSL color Cylindrical-coordinate representation of color #DF4B41: hue angle of 3.8º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4B41 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 65 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.13 |
| HSL | 3.8º | 0.71% | 0.56% | - |
| HSV(B) | 3.8º | 0.71% | 0.87% | - |
| XYZ | 33.9 | 21.1 | 7.29 | - |
| YUV | 118.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 65 | 0 | 0.66 | 0.71 | 0.13 | 3.8 | 0.71 | 0.56 |
| Hex | DF | 4B | 41 | 0 | 42 | 47 | D | 4 | 47 | 38 |
| Octal | 337 | 113 | 101 | 0 | 102 | 107 | 15 | 4 | 107 | 70 |
| Binary | 11011111 | 1001011 | 1000001 | 0 | 1000010 | 1000111 | 1101 | 100 | 1000111 | 111000 |
Color Harmonies of #DF4B41
Complementary color
Monochromatic Colors of #DF4B41
Black with #DF4B41
Text Example
Text Example
White with #DF4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B41; }
p { color: rgb(223,75,65); }
H1.HeaderClassName
{
color: #DF4B41;
}
.AnyTagClassName
{
color: #DF4B41;
}
</style>
background-color css
<style>
a { background-color: #DF4B41; }
a { background-color: rgb(223,75,65); }
div.DivClassName
{
background-color: #DF4B41;
}
.BgClassName
{
background-color: #DF4B41;
}
</style>
border-color css
<style>
span { border-color: #DF4B41; }
span { border-color: rgb(223,75,65); }
td.TdClassName
{
border-color: #DF4B41;
}
.TagClassName
{
border-color: #DF4B41;
}
</style>