Shades of Cinnabar #DC382A
Tints of Cinnabar #DC382A
RGB
CMYK
RGB Variations
Color information
#DC382A (or 0xDC382A) is known color: Cinnabar. HEX triplet: DC, 38 and 2A. RGB value is (220,56,42). Sum of RGB (Red+Green+Blue) = 220+56+42=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC382A is #23C7D5. Grayscale: #676767. Windows color (decimal): -2344918 or 2767068. OLE color: 2767068.
HSL color Cylindrical-coordinate representation of color #DC382A: hue angle of 4.72º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC382A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 42 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.14 |
| HSL | 4.72º | 0.72% | 0.51% | - |
| HSV(B) | 4.72º | 0.81% | 0.86% | - |
| XYZ | 31.35 | 18.21 | 4.05 | - |
| YUV | 103.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 42 | 0 | 0.75 | 0.81 | 0.14 | 4.72 | 0.72 | 0.51 |
| Hex | DC | 38 | 2A | 0 | 4B | 51 | E | 5 | 48 | 33 |
| Octal | 334 | 70 | 52 | 0 | 113 | 121 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 111000 | 101010 | 0 | 1001011 | 1010001 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC382A
Complementary color
Monochromatic Colors of #DC382A
Black with #DC382A
Text Example
Text Example
White with #DC382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC382A; }
p { color: rgb(220,56,42); }
H1.HeaderClassName
{
color: #DC382A;
}
.AnyTagClassName
{
color: #DC382A;
}
</style>
background-color css
<style>
a { background-color: #DC382A; }
a { background-color: rgb(220,56,42); }
div.DivClassName
{
background-color: #DC382A;
}
.BgClassName
{
background-color: #DC382A;
}
</style>
border-color css
<style>
span { border-color: #DC382A; }
span { border-color: rgb(220,56,42); }
td.TdClassName
{
border-color: #DC382A;
}
.TagClassName
{
border-color: #DC382A;
}
</style>