Shades of Cinnabar #DF3627
Tints of Cinnabar #DF3627
RGB
CMYK
RGB Variations
Color information
#DF3627 (or 0xDF3627) is known color: Cinnabar. HEX triplet: DF, 36 and 27. RGB value is (223,54,39). Sum of RGB (Red+Green+Blue) = 223+54+39=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3627 is #20C9D8. Grayscale: #676767. Windows color (decimal): -2148825 or 2569951. OLE color: 2569951.
HSL color Cylindrical-coordinate representation of color #DF3627: hue angle of 4.89º 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 #DF3627 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 39 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.13 |
| HSL | 4.89º | 0.74% | 0.51% | - |
| HSV(B) | 4.89º | 0.83% | 0.87% | - |
| XYZ | 32.12 | 18.47 | 3.79 | - |
| YUV | 102.82 | 91.99 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 39 | 0 | 0.76 | 0.83 | 0.13 | 4.89 | 0.74 | 0.51 |
| Hex | DF | 36 | 27 | 0 | 4C | 53 | D | 5 | 4A | 33 |
| Octal | 337 | 66 | 47 | 0 | 114 | 123 | 15 | 5 | 112 | 63 |
| Binary | 11011111 | 110110 | 100111 | 0 | 1001100 | 1010011 | 1101 | 101 | 1001010 | 110011 |
Color Harmonies of #DF3627
Complementary color
Monochromatic Colors of #DF3627
Black with #DF3627
Text Example
Text Example
White with #DF3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3627; }
p { color: rgb(223,54,39); }
H1.HeaderClassName
{
color: #DF3627;
}
.AnyTagClassName
{
color: #DF3627;
}
</style>
background-color css
<style>
a { background-color: #DF3627; }
a { background-color: rgb(223,54,39); }
div.DivClassName
{
background-color: #DF3627;
}
.BgClassName
{
background-color: #DF3627;
}
</style>
border-color css
<style>
span { border-color: #DF3627; }
span { border-color: rgb(223,54,39); }
td.TdClassName
{
border-color: #DF3627;
}
.TagClassName
{
border-color: #DF3627;
}
</style>