Shades of Cinnabar #DF502B
Tints of Cinnabar #DF502B
RGB
CMYK
RGB Variations
Color information
#DF502B (or 0xDF502B) is known color: Cinnabar. HEX triplet: DF, 50 and 2B. RGB value is (223,80,43). Sum of RGB (Red+Green+Blue) = 223+80+43=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF502B is #20AFD4. Grayscale: #767676. Windows color (decimal): -2142165 or 2838751. OLE color: 2838751.
HSL color Cylindrical-coordinate representation of color #DF502B: hue angle of 12.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 #DF502B is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 43 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.13 |
| HSL | 12.33º | 0.74% | 0.52% | - |
| HSV(B) | 12.33º | 0.81% | 0.87% | - |
| XYZ | 33.74 | 21.6 | 4.68 | - |
| YUV | 118.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 43 | 0 | 0.64 | 0.81 | 0.13 | 12.33 | 0.74 | 0.52 |
| Hex | DF | 50 | 2B | 0 | 40 | 51 | D | C | 4A | 34 |
| Octal | 337 | 120 | 53 | 0 | 100 | 121 | 15 | 14 | 112 | 64 |
| Binary | 11011111 | 1010000 | 101011 | 0 | 1000000 | 1010001 | 1101 | 1100 | 1001010 | 110100 |
Color Harmonies of #DF502B
Complementary color
Monochromatic Colors of #DF502B
Black with #DF502B
Text Example
Text Example
White with #DF502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF502B; }
p { color: rgb(223,80,43); }
H1.HeaderClassName
{
color: #DF502B;
}
.AnyTagClassName
{
color: #DF502B;
}
</style>
background-color css
<style>
a { background-color: #DF502B; }
a { background-color: rgb(223,80,43); }
div.DivClassName
{
background-color: #DF502B;
}
.BgClassName
{
background-color: #DF502B;
}
</style>
border-color css
<style>
span { border-color: #DF502B; }
span { border-color: rgb(223,80,43); }
td.TdClassName
{
border-color: #DF502B;
}
.TagClassName
{
border-color: #DF502B;
}
</style>