Shades of Cinnabar #DF382F
Tints of Cinnabar #DF382F
RGB
CMYK
RGB Variations
Color information
#DF382F (or 0xDF382F) is known color: Cinnabar. HEX triplet: DF, 38 and 2F. RGB value is (223,56,47). Sum of RGB (Red+Green+Blue) = 223+56+47=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF382F is #20C7D0. Grayscale: #696969. Windows color (decimal): -2148305 or 3094751. OLE color: 3094751.
HSL color Cylindrical-coordinate representation of color #DF382F: hue angle of 3.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF382F is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 47 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.13 |
| HSL | 3.07º | 0.73% | 0.53% | - |
| HSV(B) | 3.07º | 0.79% | 0.87% | - |
| XYZ | 32.36 | 18.72 | 4.6 | - |
| YUV | 104.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 47 | 0 | 0.75 | 0.79 | 0.13 | 3.07 | 0.73 | 0.53 |
| Hex | DF | 38 | 2F | 0 | 4B | 4F | D | 3 | 49 | 35 |
| Octal | 337 | 70 | 57 | 0 | 113 | 117 | 15 | 3 | 111 | 65 |
| Binary | 11011111 | 111000 | 101111 | 0 | 1001011 | 1001111 | 1101 | 11 | 1001001 | 110101 |
Color Harmonies of #DF382F
Complementary color
Monochromatic Colors of #DF382F
Black with #DF382F
Text Example
Text Example
White with #DF382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF382F; }
p { color: rgb(223,56,47); }
H1.HeaderClassName
{
color: #DF382F;
}
.AnyTagClassName
{
color: #DF382F;
}
</style>
background-color css
<style>
a { background-color: #DF382F; }
a { background-color: rgb(223,56,47); }
div.DivClassName
{
background-color: #DF382F;
}
.BgClassName
{
background-color: #DF382F;
}
</style>
border-color css
<style>
span { border-color: #DF382F; }
span { border-color: rgb(223,56,47); }
td.TdClassName
{
border-color: #DF382F;
}
.TagClassName
{
border-color: #DF382F;
}
</style>