Shades of Cinnabar #DF4C2A
Tints of Cinnabar #DF4C2A
RGB
CMYK
RGB Variations
Color information
#DF4C2A (or 0xDF4C2A) is known color: Cinnabar. HEX triplet: DF, 4C and 2A. RGB value is (223,76,42). Sum of RGB (Red+Green+Blue) = 223+76+42=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C2A is #20B3D5. Grayscale: #747474. Windows color (decimal): -2143190 or 2772191. OLE color: 2772191.
HSL color Cylindrical-coordinate representation of color #DF4C2A: hue angle of 11.27º 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 #DF4C2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 42 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.13 |
| HSL | 11.27º | 0.74% | 0.52% | - |
| HSV(B) | 11.27º | 0.81% | 0.87% | - |
| XYZ | 33.43 | 21.02 | 4.49 | - |
| YUV | 116.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 42 | 0 | 0.66 | 0.81 | 0.13 | 11.27 | 0.74 | 0.52 |
| Hex | DF | 4C | 2A | 0 | 42 | 51 | D | B | 4A | 34 |
| Octal | 337 | 114 | 52 | 0 | 102 | 121 | 15 | 13 | 112 | 64 |
| Binary | 11011111 | 1001100 | 101010 | 0 | 1000010 | 1010001 | 1101 | 1011 | 1001010 | 110100 |
Color Harmonies of #DF4C2A
Complementary color
Monochromatic Colors of #DF4C2A
Black with #DF4C2A
Text Example
Text Example
White with #DF4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C2A; }
p { color: rgb(223,76,42); }
H1.HeaderClassName
{
color: #DF4C2A;
}
.AnyTagClassName
{
color: #DF4C2A;
}
</style>
background-color css
<style>
a { background-color: #DF4C2A; }
a { background-color: rgb(223,76,42); }
div.DivClassName
{
background-color: #DF4C2A;
}
.BgClassName
{
background-color: #DF4C2A;
}
</style>
border-color css
<style>
span { border-color: #DF4C2A; }
span { border-color: rgb(223,76,42); }
td.TdClassName
{
border-color: #DF4C2A;
}
.TagClassName
{
border-color: #DF4C2A;
}
</style>