Shades of Cinnabar #DF4545
Tints of Cinnabar #DF4545
RGB
CMYK
RGB Variations
Color information
#DF4545 (or 0xDF4545) is known color: Cinnabar. HEX triplet: DF, 45 and 45. RGB value is (223,69,69). Sum of RGB (Red+Green+Blue) = 223+69+69=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4545 is #20BABA. Grayscale: #737373. Windows color (decimal): -2144955 or 4539871. OLE color: 4539871.
HSL color Cylindrical-coordinate representation of color #DF4545: hue angle of 0º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4545 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 69 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.13 |
| HSL | 0º | 0.71% | 0.57% | - |
| HSV(B) | 0º | 0.69% | 0.87% | - |
| XYZ | 33.63 | 20.37 | 7.79 | - |
| YUV | 115.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 69 | 0 | 0.69 | 0.69 | 0.13 | 0 | 0.71 | 0.57 |
| Hex | DF | 45 | 45 | 0 | 45 | 45 | D | 0 | 47 | 39 |
| Octal | 337 | 105 | 105 | 0 | 105 | 105 | 15 | 0 | 107 | 71 |
| Binary | 11011111 | 1000101 | 1000101 | 0 | 1000101 | 1000101 | 1101 | 0 | 1000111 | 111001 |
Color Harmonies of #DF4545
Complementary color
Monochromatic Colors of #DF4545
Black with #DF4545
Text Example
Text Example
White with #DF4545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4545; }
p { color: rgb(223,69,69); }
H1.HeaderClassName
{
color: #DF4545;
}
.AnyTagClassName
{
color: #DF4545;
}
</style>
background-color css
<style>
a { background-color: #DF4545; }
a { background-color: rgb(223,69,69); }
div.DivClassName
{
background-color: #DF4545;
}
.BgClassName
{
background-color: #DF4545;
}
</style>
border-color css
<style>
span { border-color: #DF4545; }
span { border-color: rgb(223,69,69); }
td.TdClassName
{
border-color: #DF4545;
}
.TagClassName
{
border-color: #DF4545;
}
</style>