Shades of Cinnabar #DC4A30
Tints of Cinnabar #DC4A30
RGB
CMYK
RGB Variations
Color information
#DC4A30 (or 0xDC4A30) is known color: Cinnabar. HEX triplet: DC, 4A and 30. RGB value is (220,74,48). Sum of RGB (Red+Green+Blue) = 220+74+48=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A30 is #23B5CF. Grayscale: #727272. Windows color (decimal): -2340304 or 3164892. OLE color: 3164892.
HSL color Cylindrical-coordinate representation of color #DC4A30: hue angle of 9.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4A30 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 48 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.14 |
| HSL | 9.07º | 0.71% | 0.53% | - |
| HSV(B) | 9.07º | 0.78% | 0.86% | - |
| XYZ | 32.5 | 20.33 | 5.01 | - |
| YUV | 114.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 48 | 0 | 0.66 | 0.78 | 0.14 | 9.07 | 0.71 | 0.53 |
| Hex | DC | 4A | 30 | 0 | 42 | 4E | E | 9 | 47 | 35 |
| Octal | 334 | 112 | 60 | 0 | 102 | 116 | 16 | 11 | 107 | 65 |
| Binary | 11011100 | 1001010 | 110000 | 0 | 1000010 | 1001110 | 1110 | 1001 | 1000111 | 110101 |
Color Harmonies of #DC4A30
Complementary color
Monochromatic Colors of #DC4A30
Black with #DC4A30
Text Example
Text Example
White with #DC4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A30; }
p { color: rgb(220,74,48); }
H1.HeaderClassName
{
color: #DC4A30;
}
.AnyTagClassName
{
color: #DC4A30;
}
</style>
background-color css
<style>
a { background-color: #DC4A30; }
a { background-color: rgb(220,74,48); }
div.DivClassName
{
background-color: #DC4A30;
}
.BgClassName
{
background-color: #DC4A30;
}
</style>
border-color css
<style>
span { border-color: #DC4A30; }
span { border-color: rgb(220,74,48); }
td.TdClassName
{
border-color: #DC4A30;
}
.TagClassName
{
border-color: #DC4A30;
}
</style>