Shades of Cinnabar #DF4C2B
Tints of Cinnabar #DF4C2B
RGB
CMYK
RGB Variations
Color information
#DF4C2B (or 0xDF4C2B) is known color: Cinnabar. HEX triplet: DF, 4C and 2B. RGB value is (223,76,43). Sum of RGB (Red+Green+Blue) = 223+76+43=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C2B is #20B3D4. Grayscale: #747474. Windows color (decimal): -2143189 or 2837727. OLE color: 2837727.
HSL color Cylindrical-coordinate representation of color #DF4C2B: hue angle of 11º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF4C2B is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 43 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.13 |
| HSL | 11º | 0.74% | 0.52% | - |
| HSV(B) | 11º | 0.81% | 0.87% | - |
| XYZ | 33.45 | 21.03 | 4.58 | - |
| YUV | 116.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 43 | 0 | 0.66 | 0.81 | 0.13 | 11 | 0.74 | 0.52 |
| Hex | DF | 4C | 2B | 0 | 42 | 51 | D | B | 4A | 34 |
| Octal | 337 | 114 | 53 | 0 | 102 | 121 | 15 | 13 | 112 | 64 |
| Binary | 11011111 | 1001100 | 101011 | 0 | 1000010 | 1010001 | 1101 | 1011 | 1001010 | 110100 |
Color Harmonies of #DF4C2B
Complementary color
Monochromatic Colors of #DF4C2B
Black with #DF4C2B
Text Example
Text Example
White with #DF4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C2B; }
p { color: rgb(223,76,43); }
H1.HeaderClassName
{
color: #DF4C2B;
}
.AnyTagClassName
{
color: #DF4C2B;
}
</style>
background-color css
<style>
a { background-color: #DF4C2B; }
a { background-color: rgb(223,76,43); }
div.DivClassName
{
background-color: #DF4C2B;
}
.BgClassName
{
background-color: #DF4C2B;
}
</style>
border-color css
<style>
span { border-color: #DF4C2B; }
span { border-color: rgb(223,76,43); }
td.TdClassName
{
border-color: #DF4C2B;
}
.TagClassName
{
border-color: #DF4C2B;
}
</style>