Shades of Cinnabar #DF483B
Tints of Cinnabar #DF483B
RGB
CMYK
RGB Variations
Color information
#DF483B (or 0xDF483B) is known color: Cinnabar. HEX triplet: DF, 48 and 3B. RGB value is (223,72,59). Sum of RGB (Red+Green+Blue) = 223+72+59=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF483B is #20B7C4. Grayscale: #737373. Windows color (decimal): -2144197 or 3885279. OLE color: 3885279.
HSL color Cylindrical-coordinate representation of color #DF483B: hue angle of 4.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF483B is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 59 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.13 |
| HSL | 4.76º | 0.72% | 0.55% | - |
| HSV(B) | 4.76º | 0.74% | 0.87% | - |
| XYZ | 33.54 | 20.64 | 6.35 | - |
| YUV | 115.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 59 | 0 | 0.68 | 0.74 | 0.13 | 4.76 | 0.72 | 0.55 |
| Hex | DF | 48 | 3B | 0 | 44 | 4A | D | 5 | 48 | 37 |
| Octal | 337 | 110 | 73 | 0 | 104 | 112 | 15 | 5 | 110 | 67 |
| Binary | 11011111 | 1001000 | 111011 | 0 | 1000100 | 1001010 | 1101 | 101 | 1001000 | 110111 |
Color Harmonies of #DF483B
Complementary color
Monochromatic Colors of #DF483B
Black with #DF483B
Text Example
Text Example
White with #DF483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF483B; }
p { color: rgb(223,72,59); }
H1.HeaderClassName
{
color: #DF483B;
}
.AnyTagClassName
{
color: #DF483B;
}
</style>
background-color css
<style>
a { background-color: #DF483B; }
a { background-color: rgb(223,72,59); }
div.DivClassName
{
background-color: #DF483B;
}
.BgClassName
{
background-color: #DF483B;
}
</style>
border-color css
<style>
span { border-color: #DF483B; }
span { border-color: rgb(223,72,59); }
td.TdClassName
{
border-color: #DF483B;
}
.TagClassName
{
border-color: #DF483B;
}
</style>