Shades of Cinnabar #DF4630
Tints of Cinnabar #DF4630
RGB
CMYK
RGB Variations
Color information
#DF4630 (or 0xDF4630) is known color: Cinnabar. HEX triplet: DF, 46 and 30. RGB value is (223,70,48). Sum of RGB (Red+Green+Blue) = 223+70+48=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4630 is #20B9CF. Grayscale: #717171. Windows color (decimal): -2144720 or 3163871. OLE color: 3163871.
HSL color Cylindrical-coordinate representation of color #DF4630: hue angle of 7.54º 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 #DF4630 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 48 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.13 |
| HSL | 7.54º | 0.73% | 0.53% | - |
| HSV(B) | 7.54º | 0.78% | 0.87% | - |
| XYZ | 33.16 | 20.28 | 4.96 | - |
| YUV | 113.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 48 | 0 | 0.69 | 0.78 | 0.13 | 7.54 | 0.73 | 0.53 |
| Hex | DF | 46 | 30 | 0 | 45 | 4E | D | 8 | 49 | 35 |
| Octal | 337 | 106 | 60 | 0 | 105 | 116 | 15 | 10 | 111 | 65 |
| Binary | 11011111 | 1000110 | 110000 | 0 | 1000101 | 1001110 | 1101 | 1000 | 1001001 | 110101 |
Color Harmonies of #DF4630
Complementary color
Monochromatic Colors of #DF4630
Black with #DF4630
Text Example
Text Example
White with #DF4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4630; }
p { color: rgb(223,70,48); }
H1.HeaderClassName
{
color: #DF4630;
}
.AnyTagClassName
{
color: #DF4630;
}
</style>
background-color css
<style>
a { background-color: #DF4630; }
a { background-color: rgb(223,70,48); }
div.DivClassName
{
background-color: #DF4630;
}
.BgClassName
{
background-color: #DF4630;
}
</style>
border-color css
<style>
span { border-color: #DF4630; }
span { border-color: rgb(223,70,48); }
td.TdClassName
{
border-color: #DF4630;
}
.TagClassName
{
border-color: #DF4630;
}
</style>