Shades of Cinnabar #DF4127
Tints of Cinnabar #DF4127
RGB
CMYK
RGB Variations
Color information
#DF4127 (or 0xDF4127) is known color: Cinnabar. HEX triplet: DF, 41 and 27. RGB value is (223,65,39). Sum of RGB (Red+Green+Blue) = 223+65+39=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4127 is #20BED8. Grayscale: #6D6D6D. Windows color (decimal): -2146009 or 2572767. OLE color: 2572767.
HSL color Cylindrical-coordinate representation of color #DF4127: hue angle of 8.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF4127 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 39 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.13 |
| HSL | 8.48º | 0.74% | 0.51% | - |
| HSV(B) | 8.48º | 0.83% | 0.87% | - |
| XYZ | 32.69 | 19.62 | 3.98 | - |
| YUV | 109.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 39 | 0 | 0.71 | 0.83 | 0.13 | 8.48 | 0.74 | 0.51 |
| Hex | DF | 41 | 27 | 0 | 47 | 53 | D | 8 | 4A | 33 |
| Octal | 337 | 101 | 47 | 0 | 107 | 123 | 15 | 10 | 112 | 63 |
| Binary | 11011111 | 1000001 | 100111 | 0 | 1000111 | 1010011 | 1101 | 1000 | 1001010 | 110011 |
Color Harmonies of #DF4127
Complementary color
Monochromatic Colors of #DF4127
Black with #DF4127
Text Example
Text Example
White with #DF4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4127; }
p { color: rgb(223,65,39); }
H1.HeaderClassName
{
color: #DF4127;
}
.AnyTagClassName
{
color: #DF4127;
}
</style>
background-color css
<style>
a { background-color: #DF4127; }
a { background-color: rgb(223,65,39); }
div.DivClassName
{
background-color: #DF4127;
}
.BgClassName
{
background-color: #DF4127;
}
</style>
border-color css
<style>
span { border-color: #DF4127; }
span { border-color: rgb(223,65,39); }
td.TdClassName
{
border-color: #DF4127;
}
.TagClassName
{
border-color: #DF4127;
}
</style>