Shades of Cinnabar #DF4E3D
Tints of Cinnabar #DF4E3D
RGB
CMYK
RGB Variations
Color information
#DF4E3D (or 0xDF4E3D) is known color: Cinnabar. HEX triplet: DF, 4E and 3D. RGB value is (223,78,61). Sum of RGB (Red+Green+Blue) = 223+78+61=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E3D is #20B1C2. Grayscale: #777777. Windows color (decimal): -2142659 or 4017887. OLE color: 4017887.
HSL color Cylindrical-coordinate representation of color #DF4E3D: hue angle of 6.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF4E3D is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 61 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.13 |
| HSL | 6.3º | 0.72% | 0.56% | - |
| HSV(B) | 6.3º | 0.73% | 0.87% | - |
| XYZ | 34 | 21.47 | 6.77 | - |
| YUV | 119.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 61 | 0 | 0.65 | 0.73 | 0.13 | 6.3 | 0.72 | 0.56 |
| Hex | DF | 4E | 3D | 0 | 41 | 49 | D | 6 | 48 | 38 |
| Octal | 337 | 116 | 75 | 0 | 101 | 111 | 15 | 6 | 110 | 70 |
| Binary | 11011111 | 1001110 | 111101 | 0 | 1000001 | 1001001 | 1101 | 110 | 1001000 | 111000 |
Color Harmonies of #DF4E3D
Complementary color
Monochromatic Colors of #DF4E3D
Black with #DF4E3D
Text Example
Text Example
White with #DF4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E3D; }
p { color: rgb(223,78,61); }
H1.HeaderClassName
{
color: #DF4E3D;
}
.AnyTagClassName
{
color: #DF4E3D;
}
</style>
background-color css
<style>
a { background-color: #DF4E3D; }
a { background-color: rgb(223,78,61); }
div.DivClassName
{
background-color: #DF4E3D;
}
.BgClassName
{
background-color: #DF4E3D;
}
</style>
border-color css
<style>
span { border-color: #DF4E3D; }
span { border-color: rgb(223,78,61); }
td.TdClassName
{
border-color: #DF4E3D;
}
.TagClassName
{
border-color: #DF4E3D;
}
</style>