Shades of Cinnabar #DC4741
Tints of Cinnabar #DC4741
RGB
CMYK
RGB Variations
Color information
#DC4741 (or 0xDC4741) is known color: Cinnabar. HEX triplet: DC, 47 and 41. RGB value is (220,71,65). Sum of RGB (Red+Green+Blue) = 220+71+65=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4741 is #23B8BE. Grayscale: #737373. Windows color (decimal): -2341055 or 4278236. OLE color: 4278236.
HSL color Cylindrical-coordinate representation of color #DC4741: hue angle of 2.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4741 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 65 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.14 |
| HSL | 2.32º | 0.69% | 0.56% | - |
| HSV(B) | 2.32º | 0.7% | 0.86% | - |
| XYZ | 32.72 | 20.1 | 7.16 | - |
| YUV | 114.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 65 | 0 | 0.68 | 0.70 | 0.14 | 2.32 | 0.69 | 0.56 |
| Hex | DC | 47 | 41 | 0 | 44 | 46 | E | 2 | 45 | 38 |
| Octal | 334 | 107 | 101 | 0 | 104 | 106 | 16 | 2 | 105 | 70 |
| Binary | 11011100 | 1000111 | 1000001 | 0 | 1000100 | 1000110 | 1110 | 10 | 1000101 | 111000 |
Color Harmonies of #DC4741
Complementary color
Monochromatic Colors of #DC4741
Black with #DC4741
Text Example
Text Example
White with #DC4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4741; }
p { color: rgb(220,71,65); }
H1.HeaderClassName
{
color: #DC4741;
}
.AnyTagClassName
{
color: #DC4741;
}
</style>
background-color css
<style>
a { background-color: #DC4741; }
a { background-color: rgb(220,71,65); }
div.DivClassName
{
background-color: #DC4741;
}
.BgClassName
{
background-color: #DC4741;
}
</style>
border-color css
<style>
span { border-color: #DC4741; }
span { border-color: rgb(220,71,65); }
td.TdClassName
{
border-color: #DC4741;
}
.TagClassName
{
border-color: #DC4741;
}
</style>