Shades of Cinnabar #DC3825
Tints of Cinnabar #DC3825
RGB
CMYK
RGB Variations
Color information
#DC3825 (or 0xDC3825) is known color: Cinnabar. HEX triplet: DC, 38 and 25. RGB value is (220,56,37). Sum of RGB (Red+Green+Blue) = 220+56+37=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3825 is #23C7DA. Grayscale: #676767. Windows color (decimal): -2344923 or 2439388. OLE color: 2439388.
HSL color Cylindrical-coordinate representation of color #DC3825: hue angle of 6.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC3825 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 37 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.14 |
| HSL | 6.23º | 0.72% | 0.5% | - |
| HSV(B) | 6.23º | 0.83% | 0.86% | - |
| XYZ | 31.26 | 18.18 | 3.61 | - |
| YUV | 102.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 37 | 0 | 0.75 | 0.83 | 0.14 | 6.23 | 0.72 | 0.5 |
| Hex | DC | 38 | 25 | 0 | 4B | 53 | E | 6 | 48 | 32 |
| Octal | 334 | 70 | 45 | 0 | 113 | 123 | 16 | 6 | 110 | 62 |
| Binary | 11011100 | 111000 | 100101 | 0 | 1001011 | 1010011 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DC3825
Complementary color
Monochromatic Colors of #DC3825
Black with #DC3825
Text Example
Text Example
White with #DC3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3825; }
p { color: rgb(220,56,37); }
H1.HeaderClassName
{
color: #DC3825;
}
.AnyTagClassName
{
color: #DC3825;
}
</style>
background-color css
<style>
a { background-color: #DC3825; }
a { background-color: rgb(220,56,37); }
div.DivClassName
{
background-color: #DC3825;
}
.BgClassName
{
background-color: #DC3825;
}
</style>
border-color css
<style>
span { border-color: #DC3825; }
span { border-color: rgb(220,56,37); }
td.TdClassName
{
border-color: #DC3825;
}
.TagClassName
{
border-color: #DC3825;
}
</style>