Shades of Cinnabar #DF3632
Tints of Cinnabar #DF3632
RGB
CMYK
RGB Variations
Color information
#DF3632 (or 0xDF3632) is known color: Cinnabar. HEX triplet: DF, 36 and 32. RGB value is (223,54,50). Sum of RGB (Red+Green+Blue) = 223+54+50=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3632 is #20C9CD. Grayscale: #686868. Windows color (decimal): -2148814 or 3290847. OLE color: 3290847.
HSL color Cylindrical-coordinate representation of color #DF3632: hue angle of 1.39º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3632 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 50 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.13 |
| HSL | 1.39º | 0.73% | 0.54% | - |
| HSV(B) | 1.39º | 0.78% | 0.87% | - |
| XYZ | 32.33 | 18.56 | 4.9 | - |
| YUV | 104.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 50 | 0 | 0.76 | 0.78 | 0.13 | 1.39 | 0.73 | 0.54 |
| Hex | DF | 36 | 32 | 0 | 4C | 4E | D | 1 | 49 | 36 |
| Octal | 337 | 66 | 62 | 0 | 114 | 116 | 15 | 1 | 111 | 66 |
| Binary | 11011111 | 110110 | 110010 | 0 | 1001100 | 1001110 | 1101 | 1 | 1001001 | 110110 |
Color Harmonies of #DF3632
Complementary color
Monochromatic Colors of #DF3632
Black with #DF3632
Text Example
Text Example
White with #DF3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3632; }
p { color: rgb(223,54,50); }
H1.HeaderClassName
{
color: #DF3632;
}
.AnyTagClassName
{
color: #DF3632;
}
</style>
background-color css
<style>
a { background-color: #DF3632; }
a { background-color: rgb(223,54,50); }
div.DivClassName
{
background-color: #DF3632;
}
.BgClassName
{
background-color: #DF3632;
}
</style>
border-color css
<style>
span { border-color: #DF3632; }
span { border-color: rgb(223,54,50); }
td.TdClassName
{
border-color: #DF3632;
}
.TagClassName
{
border-color: #DF3632;
}
</style>