Shades of Cinnabar #DF412B
Tints of Cinnabar #DF412B
RGB
CMYK
RGB Variations
Color information
#DF412B (or 0xDF412B) is known color: Cinnabar. HEX triplet: DF, 41 and 2B. RGB value is (223,65,43). Sum of RGB (Red+Green+Blue) = 223+65+43=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF412B is #20BED4. Grayscale: #6D6D6D. Windows color (decimal): -2146005 or 2834911. OLE color: 2834911.
HSL color Cylindrical-coordinate representation of color #DF412B: hue angle of 7.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF412B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 43 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7.33º | 0.74% | 0.52% | - |
| HSV(B) | 7.33º | 0.81% | 0.87% | - |
| XYZ | 32.76 | 19.64 | 4.35 | - |
| YUV | 109.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 43 | 0 | 0.71 | 0.81 | 0.13 | 7.33 | 0.74 | 0.52 |
| Hex | DF | 41 | 2B | 0 | 47 | 51 | D | 7 | 4A | 34 |
| Octal | 337 | 101 | 53 | 0 | 107 | 121 | 15 | 7 | 112 | 64 |
| Binary | 11011111 | 1000001 | 101011 | 0 | 1000111 | 1010001 | 1101 | 111 | 1001010 | 110100 |
Color Harmonies of #DF412B
Complementary color
Monochromatic Colors of #DF412B
Black with #DF412B
Text Example
Text Example
White with #DF412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF412B; }
p { color: rgb(223,65,43); }
H1.HeaderClassName
{
color: #DF412B;
}
.AnyTagClassName
{
color: #DF412B;
}
</style>
background-color css
<style>
a { background-color: #DF412B; }
a { background-color: rgb(223,65,43); }
div.DivClassName
{
background-color: #DF412B;
}
.BgClassName
{
background-color: #DF412B;
}
</style>
border-color css
<style>
span { border-color: #DF412B; }
span { border-color: rgb(223,65,43); }
td.TdClassName
{
border-color: #DF412B;
}
.TagClassName
{
border-color: #DF412B;
}
</style>