Shades of Cinnabar #DF4B2D
Tints of Cinnabar #DF4B2D
RGB
CMYK
RGB Variations
Color information
#DF4B2D (or 0xDF4B2D) is known color: Cinnabar. HEX triplet: DF, 4B and 2D. RGB value is (223,75,45). Sum of RGB (Red+Green+Blue) = 223+75+45=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B2D is #20B4D2. Grayscale: #747474. Windows color (decimal): -2143443 or 2968543. OLE color: 2968543.
HSL color Cylindrical-coordinate representation of color #DF4B2D: hue angle of 10.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF4B2D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 45 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.13 |
| HSL | 10.11º | 0.74% | 0.53% | - |
| HSV(B) | 10.11º | 0.8% | 0.87% | - |
| XYZ | 33.42 | 20.91 | 4.76 | - |
| YUV | 115.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 45 | 0 | 0.66 | 0.80 | 0.13 | 10.11 | 0.74 | 0.53 |
| Hex | DF | 4B | 2D | 0 | 42 | 50 | D | A | 4A | 35 |
| Octal | 337 | 113 | 55 | 0 | 102 | 120 | 15 | 12 | 112 | 65 |
| Binary | 11011111 | 1001011 | 101101 | 0 | 1000010 | 1010000 | 1101 | 1010 | 1001010 | 110101 |
Color Harmonies of #DF4B2D
Complementary color
Monochromatic Colors of #DF4B2D
Black with #DF4B2D
Text Example
Text Example
White with #DF4B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B2D; }
p { color: rgb(223,75,45); }
H1.HeaderClassName
{
color: #DF4B2D;
}
.AnyTagClassName
{
color: #DF4B2D;
}
</style>
background-color css
<style>
a { background-color: #DF4B2D; }
a { background-color: rgb(223,75,45); }
div.DivClassName
{
background-color: #DF4B2D;
}
.BgClassName
{
background-color: #DF4B2D;
}
</style>
border-color css
<style>
span { border-color: #DF4B2D; }
span { border-color: rgb(223,75,45); }
td.TdClassName
{
border-color: #DF4B2D;
}
.TagClassName
{
border-color: #DF4B2D;
}
</style>