Shades of Cinnabar #DF3127
Tints of Cinnabar #DF3127
RGB
CMYK
RGB Variations
Color information
#DF3127 (or 0xDF3127) is known color: Cinnabar. HEX triplet: DF, 31 and 27. RGB value is (223,49,39). Sum of RGB (Red+Green+Blue) = 223+49+39=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3127 is #20CED8. Grayscale: #646464. Windows color (decimal): -2150105 or 2568671. OLE color: 2568671.
HSL color Cylindrical-coordinate representation of color #DF3127: hue angle of 3.26º 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 #DF3127 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 39 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.13 |
| HSL | 3.26º | 0.74% | 0.51% | - |
| HSV(B) | 3.26º | 0.83% | 0.87% | - |
| XYZ | 31.9 | 18.03 | 3.72 | - |
| YUV | 99.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 39 | 0 | 0.78 | 0.83 | 0.13 | 3.26 | 0.74 | 0.51 |
| Hex | DF | 31 | 27 | 0 | 4E | 53 | D | 3 | 4A | 33 |
| Octal | 337 | 61 | 47 | 0 | 116 | 123 | 15 | 3 | 112 | 63 |
| Binary | 11011111 | 110001 | 100111 | 0 | 1001110 | 1010011 | 1101 | 11 | 1001010 | 110011 |
Color Harmonies of #DF3127
Complementary color
Monochromatic Colors of #DF3127
Black with #DF3127
Text Example
Text Example
White with #DF3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3127; }
p { color: rgb(223,49,39); }
H1.HeaderClassName
{
color: #DF3127;
}
.AnyTagClassName
{
color: #DF3127;
}
</style>
background-color css
<style>
a { background-color: #DF3127; }
a { background-color: rgb(223,49,39); }
div.DivClassName
{
background-color: #DF3127;
}
.BgClassName
{
background-color: #DF3127;
}
</style>
border-color css
<style>
span { border-color: #DF3127; }
span { border-color: rgb(223,49,39); }
td.TdClassName
{
border-color: #DF3127;
}
.TagClassName
{
border-color: #DF3127;
}
</style>