Shades of Cinnabar #DF3227
Tints of Cinnabar #DF3227
RGB
CMYK
RGB Variations
Color information
#DF3227 (or 0xDF3227) is known color: Cinnabar. HEX triplet: DF, 32 and 27. RGB value is (223,50,39). Sum of RGB (Red+Green+Blue) = 223+50+39=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3227 is #20CDD8. Grayscale: #646464. Windows color (decimal): -2149849 or 2568927. OLE color: 2568927.
HSL color Cylindrical-coordinate representation of color #DF3227: hue angle of 3.59º 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 #DF3227 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 39 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.13 |
| HSL | 3.59º | 0.74% | 0.51% | - |
| HSV(B) | 3.59º | 0.83% | 0.87% | - |
| XYZ | 31.94 | 18.12 | 3.73 | - |
| YUV | 100.47 | 93.31 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 39 | 0 | 0.78 | 0.83 | 0.13 | 3.59 | 0.74 | 0.51 |
| Hex | DF | 32 | 27 | 0 | 4E | 53 | D | 4 | 4A | 33 |
| Octal | 337 | 62 | 47 | 0 | 116 | 123 | 15 | 4 | 112 | 63 |
| Binary | 11011111 | 110010 | 100111 | 0 | 1001110 | 1010011 | 1101 | 100 | 1001010 | 110011 |
Color Harmonies of #DF3227
Complementary color
Monochromatic Colors of #DF3227
Black with #DF3227
Text Example
Text Example
White with #DF3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3227; }
p { color: rgb(223,50,39); }
H1.HeaderClassName
{
color: #DF3227;
}
.AnyTagClassName
{
color: #DF3227;
}
</style>
background-color css
<style>
a { background-color: #DF3227; }
a { background-color: rgb(223,50,39); }
div.DivClassName
{
background-color: #DF3227;
}
.BgClassName
{
background-color: #DF3227;
}
</style>
border-color css
<style>
span { border-color: #DF3227; }
span { border-color: rgb(223,50,39); }
td.TdClassName
{
border-color: #DF3227;
}
.TagClassName
{
border-color: #DF3227;
}
</style>