Shades of Cinnabar #DF483F
Tints of Cinnabar #DF483F
RGB
CMYK
RGB Variations
Color information
#DF483F (or 0xDF483F) is known color: Cinnabar. HEX triplet: DF, 48 and 3F. RGB value is (223,72,63). Sum of RGB (Red+Green+Blue) = 223+72+63=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF483F is #20B7C0. Grayscale: #747474. Windows color (decimal): -2144193 or 4147423. OLE color: 4147423.
HSL color Cylindrical-coordinate representation of color #DF483F: hue angle of 3.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF483F is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 63 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.13 |
| HSL | 3.38º | 0.71% | 0.56% | - |
| HSV(B) | 3.38º | 0.72% | 0.87% | - |
| XYZ | 33.65 | 20.68 | 6.92 | - |
| YUV | 116.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 63 | 0 | 0.68 | 0.72 | 0.13 | 3.38 | 0.71 | 0.56 |
| Hex | DF | 48 | 3F | 0 | 44 | 48 | D | 3 | 47 | 38 |
| Octal | 337 | 110 | 77 | 0 | 104 | 110 | 15 | 3 | 107 | 70 |
| Binary | 11011111 | 1001000 | 111111 | 0 | 1000100 | 1001000 | 1101 | 11 | 1000111 | 111000 |
Color Harmonies of #DF483F
Complementary color
Monochromatic Colors of #DF483F
Black with #DF483F
Text Example
Text Example
White with #DF483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF483F; }
p { color: rgb(223,72,63); }
H1.HeaderClassName
{
color: #DF483F;
}
.AnyTagClassName
{
color: #DF483F;
}
</style>
background-color css
<style>
a { background-color: #DF483F; }
a { background-color: rgb(223,72,63); }
div.DivClassName
{
background-color: #DF483F;
}
.BgClassName
{
background-color: #DF483F;
}
</style>
border-color css
<style>
span { border-color: #DF483F; }
span { border-color: rgb(223,72,63); }
td.TdClassName
{
border-color: #DF483F;
}
.TagClassName
{
border-color: #DF483F;
}
</style>