Shades of Cinnabar #DF3628
Tints of Cinnabar #DF3628
RGB
CMYK
RGB Variations
Color information
#DF3628 (or 0xDF3628) is known color: Cinnabar. HEX triplet: DF, 36 and 28. RGB value is (223,54,40). Sum of RGB (Red+Green+Blue) = 223+54+40=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3628 is #20C9D7. Grayscale: #676767. Windows color (decimal): -2148824 or 2635487. OLE color: 2635487.
HSL color Cylindrical-coordinate representation of color #DF3628: hue angle of 4.59º 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 #DF3628 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 40 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.13 |
| HSL | 4.59º | 0.74% | 0.52% | - |
| HSV(B) | 4.59º | 0.82% | 0.87% | - |
| XYZ | 32.13 | 18.48 | 3.88 | - |
| YUV | 102.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 40 | 0 | 0.76 | 0.82 | 0.13 | 4.59 | 0.74 | 0.52 |
| Hex | DF | 36 | 28 | 0 | 4C | 52 | D | 5 | 4A | 34 |
| Octal | 337 | 66 | 50 | 0 | 114 | 122 | 15 | 5 | 112 | 64 |
| Binary | 11011111 | 110110 | 101000 | 0 | 1001100 | 1010010 | 1101 | 101 | 1001010 | 110100 |
Color Harmonies of #DF3628
Complementary color
Monochromatic Colors of #DF3628
Black with #DF3628
Text Example
Text Example
White with #DF3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3628; }
p { color: rgb(223,54,40); }
H1.HeaderClassName
{
color: #DF3628;
}
.AnyTagClassName
{
color: #DF3628;
}
</style>
background-color css
<style>
a { background-color: #DF3628; }
a { background-color: rgb(223,54,40); }
div.DivClassName
{
background-color: #DF3628;
}
.BgClassName
{
background-color: #DF3628;
}
</style>
border-color css
<style>
span { border-color: #DF3628; }
span { border-color: rgb(223,54,40); }
td.TdClassName
{
border-color: #DF3628;
}
.TagClassName
{
border-color: #DF3628;
}
</style>