Shades of Cinnabar #DF422B
Tints of Cinnabar #DF422B
RGB
CMYK
RGB Variations
Color information
#DF422B (or 0xDF422B) is known color: Cinnabar. HEX triplet: DF, 42 and 2B. RGB value is (223,66,43). Sum of RGB (Red+Green+Blue) = 223+66+43=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF422B is #20BDD4. Grayscale: #6E6E6E. Windows color (decimal): -2145749 or 2835167. OLE color: 2835167.
HSL color Cylindrical-coordinate representation of color #DF422B: hue angle of 7.67º 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 #DF422B is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 43 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.13 |
| HSL | 7.67º | 0.74% | 0.52% | - |
| HSV(B) | 7.67º | 0.81% | 0.87% | - |
| XYZ | 32.82 | 19.76 | 4.37 | - |
| YUV | 110.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 43 | 0 | 0.70 | 0.81 | 0.13 | 7.67 | 0.74 | 0.52 |
| Hex | DF | 42 | 2B | 0 | 46 | 51 | D | 8 | 4A | 34 |
| Octal | 337 | 102 | 53 | 0 | 106 | 121 | 15 | 10 | 112 | 64 |
| Binary | 11011111 | 1000010 | 101011 | 0 | 1000110 | 1010001 | 1101 | 1000 | 1001010 | 110100 |
Color Harmonies of #DF422B
Complementary color
Monochromatic Colors of #DF422B
Black with #DF422B
Text Example
Text Example
White with #DF422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF422B; }
p { color: rgb(223,66,43); }
H1.HeaderClassName
{
color: #DF422B;
}
.AnyTagClassName
{
color: #DF422B;
}
</style>
background-color css
<style>
a { background-color: #DF422B; }
a { background-color: rgb(223,66,43); }
div.DivClassName
{
background-color: #DF422B;
}
.BgClassName
{
background-color: #DF422B;
}
</style>
border-color css
<style>
span { border-color: #DF422B; }
span { border-color: rgb(223,66,43); }
td.TdClassName
{
border-color: #DF422B;
}
.TagClassName
{
border-color: #DF422B;
}
</style>