Shades of Cinnabar #DF3C30
Tints of Cinnabar #DF3C30
RGB
CMYK
RGB Variations
Color information
#DF3C30 (or 0xDF3C30) is known color: Cinnabar. HEX triplet: DF, 3C and 30. RGB value is (223,60,48). Sum of RGB (Red+Green+Blue) = 223+60+48=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C30 is #20C3CF. Grayscale: #6B6B6B. Windows color (decimal): -2147280 or 3161311. OLE color: 3161311.
HSL color Cylindrical-coordinate representation of color #DF3C30: hue angle of 4.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3C30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 48 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.13 |
| HSL | 4.11º | 0.73% | 0.53% | - |
| HSV(B) | 4.11º | 0.78% | 0.87% | - |
| XYZ | 32.58 | 19.13 | 4.77 | - |
| YUV | 107.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 48 | 0 | 0.73 | 0.78 | 0.13 | 4.11 | 0.73 | 0.53 |
| Hex | DF | 3C | 30 | 0 | 49 | 4E | D | 4 | 49 | 35 |
| Octal | 337 | 74 | 60 | 0 | 111 | 116 | 15 | 4 | 111 | 65 |
| Binary | 11011111 | 111100 | 110000 | 0 | 1001001 | 1001110 | 1101 | 100 | 1001001 | 110101 |
Color Harmonies of #DF3C30
Complementary color
Monochromatic Colors of #DF3C30
Black with #DF3C30
Text Example
Text Example
White with #DF3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C30; }
p { color: rgb(223,60,48); }
H1.HeaderClassName
{
color: #DF3C30;
}
.AnyTagClassName
{
color: #DF3C30;
}
</style>
background-color css
<style>
a { background-color: #DF3C30; }
a { background-color: rgb(223,60,48); }
div.DivClassName
{
background-color: #DF3C30;
}
.BgClassName
{
background-color: #DF3C30;
}
</style>
border-color css
<style>
span { border-color: #DF3C30; }
span { border-color: rgb(223,60,48); }
td.TdClassName
{
border-color: #DF3C30;
}
.TagClassName
{
border-color: #DF3C30;
}
</style>