Shades of Cinnabar #DF382D
Tints of Cinnabar #DF382D
RGB
CMYK
RGB Variations
Color information
#DF382D (or 0xDF382D) is known color: Cinnabar. HEX triplet: DF, 38 and 2D. RGB value is (223,56,45). Sum of RGB (Red+Green+Blue) = 223+56+45=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF382D is #20C7D2. Grayscale: #686868. Windows color (decimal): -2148307 or 2963679. OLE color: 2963679.
HSL color Cylindrical-coordinate representation of color #DF382D: hue angle of 3.71º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF382D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 45 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.13 |
| HSL | 3.71º | 0.74% | 0.53% | - |
| HSV(B) | 3.71º | 0.8% | 0.87% | - |
| XYZ | 32.32 | 18.71 | 4.39 | - |
| YUV | 104.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 45 | 0 | 0.75 | 0.80 | 0.13 | 3.71 | 0.74 | 0.53 |
| Hex | DF | 38 | 2D | 0 | 4B | 50 | D | 4 | 4A | 35 |
| Octal | 337 | 70 | 55 | 0 | 113 | 120 | 15 | 4 | 112 | 65 |
| Binary | 11011111 | 111000 | 101101 | 0 | 1001011 | 1010000 | 1101 | 100 | 1001010 | 110101 |
Color Harmonies of #DF382D
Complementary color
Monochromatic Colors of #DF382D
Black with #DF382D
Text Example
Text Example
White with #DF382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF382D; }
p { color: rgb(223,56,45); }
H1.HeaderClassName
{
color: #DF382D;
}
.AnyTagClassName
{
color: #DF382D;
}
</style>
background-color css
<style>
a { background-color: #DF382D; }
a { background-color: rgb(223,56,45); }
div.DivClassName
{
background-color: #DF382D;
}
.BgClassName
{
background-color: #DF382D;
}
</style>
border-color css
<style>
span { border-color: #DF382D; }
span { border-color: rgb(223,56,45); }
td.TdClassName
{
border-color: #DF382D;
}
.TagClassName
{
border-color: #DF382D;
}
</style>