Shades of Cinnabar #DF3825
Tints of Cinnabar #DF3825
RGB
CMYK
RGB Variations
Color information
#DF3825 (or 0xDF3825) is known color: Cinnabar. HEX triplet: DF, 38 and 25. RGB value is (223,56,37). Sum of RGB (Red+Green+Blue) = 223+56+37=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3825 is #20C7DA. Grayscale: #686868. Windows color (decimal): -2148315 or 2439391. OLE color: 2439391.
HSL color Cylindrical-coordinate representation of color #DF3825: hue angle of 6.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF3825 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 37 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.13 |
| HSL | 6.13º | 0.74% | 0.51% | - |
| HSV(B) | 6.13º | 0.83% | 0.87% | - |
| XYZ | 32.18 | 18.65 | 3.65 | - |
| YUV | 103.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 37 | 0 | 0.75 | 0.83 | 0.13 | 6.13 | 0.74 | 0.51 |
| Hex | DF | 38 | 25 | 0 | 4B | 53 | D | 6 | 4A | 33 |
| Octal | 337 | 70 | 45 | 0 | 113 | 123 | 15 | 6 | 112 | 63 |
| Binary | 11011111 | 111000 | 100101 | 0 | 1001011 | 1010011 | 1101 | 110 | 1001010 | 110011 |
Color Harmonies of #DF3825
Complementary color
Monochromatic Colors of #DF3825
Black with #DF3825
Text Example
Text Example
White with #DF3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3825; }
p { color: rgb(223,56,37); }
H1.HeaderClassName
{
color: #DF3825;
}
.AnyTagClassName
{
color: #DF3825;
}
</style>
background-color css
<style>
a { background-color: #DF3825; }
a { background-color: rgb(223,56,37); }
div.DivClassName
{
background-color: #DF3825;
}
.BgClassName
{
background-color: #DF3825;
}
</style>
border-color css
<style>
span { border-color: #DF3825; }
span { border-color: rgb(223,56,37); }
td.TdClassName
{
border-color: #DF3825;
}
.TagClassName
{
border-color: #DF3825;
}
</style>