Shades of Cinnabar #DF3430
Tints of Cinnabar #DF3430
RGB
CMYK
RGB Variations
Color information
#DF3430 (or 0xDF3430) is known color: Cinnabar. HEX triplet: DF, 34 and 30. RGB value is (223,52,48). Sum of RGB (Red+Green+Blue) = 223+52+48=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3430 is #20CBCF. Grayscale: #666666. Windows color (decimal): -2149328 or 3159263. OLE color: 3159263.
HSL color Cylindrical-coordinate representation of color #DF3430: hue angle of 1.37º 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 #DF3430 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 48 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.13 |
| HSL | 1.37º | 0.73% | 0.53% | - |
| HSV(B) | 1.37º | 0.78% | 0.87% | - |
| XYZ | 32.19 | 18.36 | 4.64 | - |
| YUV | 102.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 48 | 0 | 0.77 | 0.78 | 0.13 | 1.37 | 0.73 | 0.53 |
| Hex | DF | 34 | 30 | 0 | 4D | 4E | D | 1 | 49 | 35 |
| Octal | 337 | 64 | 60 | 0 | 115 | 116 | 15 | 1 | 111 | 65 |
| Binary | 11011111 | 110100 | 110000 | 0 | 1001101 | 1001110 | 1101 | 1 | 1001001 | 110101 |
Color Harmonies of #DF3430
Complementary color
Monochromatic Colors of #DF3430
Black with #DF3430
Text Example
Text Example
White with #DF3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3430; }
p { color: rgb(223,52,48); }
H1.HeaderClassName
{
color: #DF3430;
}
.AnyTagClassName
{
color: #DF3430;
}
</style>
background-color css
<style>
a { background-color: #DF3430; }
a { background-color: rgb(223,52,48); }
div.DivClassName
{
background-color: #DF3430;
}
.BgClassName
{
background-color: #DF3430;
}
</style>
border-color css
<style>
span { border-color: #DF3430; }
span { border-color: rgb(223,52,48); }
td.TdClassName
{
border-color: #DF3430;
}
.TagClassName
{
border-color: #DF3430;
}
</style>