Shades of Cinnabar #DF3D3C
Tints of Cinnabar #DF3D3C
RGB
CMYK
RGB Variations
Color information
#DF3D3C (or 0xDF3D3C) is known color: Cinnabar. HEX triplet: DF, 3D and 3C. RGB value is (223,61,60). Sum of RGB (Red+Green+Blue) = 223+61+60=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D3C is #20C2C3. Grayscale: #6D6D6D. Windows color (decimal): -2147012 or 3947999. OLE color: 3947999.
HSL color Cylindrical-coordinate representation of color #DF3D3C: hue angle of 0.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D3C is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 60 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.13 |
| HSL | 0.37º | 0.72% | 0.55% | - |
| HSV(B) | 0.37º | 0.73% | 0.87% | - |
| XYZ | 32.92 | 19.35 | 6.28 | - |
| YUV | 109.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 60 | 0 | 0.73 | 0.73 | 0.13 | 0.37 | 0.72 | 0.55 |
| Hex | DF | 3D | 3C | 0 | 49 | 49 | D | 0 | 48 | 37 |
| Octal | 337 | 75 | 74 | 0 | 111 | 111 | 15 | 0 | 110 | 67 |
| Binary | 11011111 | 111101 | 111100 | 0 | 1001001 | 1001001 | 1101 | 0 | 1001000 | 110111 |
Color Harmonies of #DF3D3C
Complementary color
Monochromatic Colors of #DF3D3C
Black with #DF3D3C
Text Example
Text Example
White with #DF3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D3C; }
p { color: rgb(223,61,60); }
H1.HeaderClassName
{
color: #DF3D3C;
}
.AnyTagClassName
{
color: #DF3D3C;
}
</style>
background-color css
<style>
a { background-color: #DF3D3C; }
a { background-color: rgb(223,61,60); }
div.DivClassName
{
background-color: #DF3D3C;
}
.BgClassName
{
background-color: #DF3D3C;
}
</style>
border-color css
<style>
span { border-color: #DF3D3C; }
span { border-color: rgb(223,61,60); }
td.TdClassName
{
border-color: #DF3D3C;
}
.TagClassName
{
border-color: #DF3D3C;
}
</style>