Shades of Cinnabar #DF4B28
Tints of Cinnabar #DF4B28
RGB
CMYK
RGB Variations
Color information
#DF4B28 (or 0xDF4B28) is known color: Cinnabar. HEX triplet: DF, 4B and 28. RGB value is (223,75,40). Sum of RGB (Red+Green+Blue) = 223+75+40=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B28 is #20B4D7. Grayscale: #737373. Windows color (decimal): -2143448 or 2640863. OLE color: 2640863.
HSL color Cylindrical-coordinate representation of color #DF4B28: hue angle of 11.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF4B28 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 40 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.13 |
| HSL | 11.48º | 0.74% | 0.52% | - |
| HSV(B) | 11.48º | 0.82% | 0.87% | - |
| XYZ | 33.33 | 20.87 | 4.28 | - |
| YUV | 115.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 40 | 0 | 0.66 | 0.82 | 0.13 | 11.48 | 0.74 | 0.52 |
| Hex | DF | 4B | 28 | 0 | 42 | 52 | D | B | 4A | 34 |
| Octal | 337 | 113 | 50 | 0 | 102 | 122 | 15 | 13 | 112 | 64 |
| Binary | 11011111 | 1001011 | 101000 | 0 | 1000010 | 1010010 | 1101 | 1011 | 1001010 | 110100 |
Color Harmonies of #DF4B28
Complementary color
Monochromatic Colors of #DF4B28
Black with #DF4B28
Text Example
Text Example
White with #DF4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B28; }
p { color: rgb(223,75,40); }
H1.HeaderClassName
{
color: #DF4B28;
}
.AnyTagClassName
{
color: #DF4B28;
}
</style>
background-color css
<style>
a { background-color: #DF4B28; }
a { background-color: rgb(223,75,40); }
div.DivClassName
{
background-color: #DF4B28;
}
.BgClassName
{
background-color: #DF4B28;
}
</style>
border-color css
<style>
span { border-color: #DF4B28; }
span { border-color: rgb(223,75,40); }
td.TdClassName
{
border-color: #DF4B28;
}
.TagClassName
{
border-color: #DF4B28;
}
</style>