Shades of Cinnabar #DC413A
Tints of Cinnabar #DC413A
RGB
CMYK
RGB Variations
Color information
#DC413A (or 0xDC413A) is known color: Cinnabar. HEX triplet: DC, 41 and 3A. RGB value is (220,65,58). Sum of RGB (Red+Green+Blue) = 220+65+58=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC413A is #23BEC5. Grayscale: #6E6E6E. Windows color (decimal): -2342598 or 3817948. OLE color: 3817948.
HSL color Cylindrical-coordinate representation of color #DC413A: hue angle of 2.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC413A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 58 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.14 |
| HSL | 2.59º | 0.7% | 0.55% | - |
| HSV(B) | 2.59º | 0.74% | 0.86% | - |
| XYZ | 32.17 | 19.3 | 6.03 | - |
| YUV | 110.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 58 | 0 | 0.70 | 0.74 | 0.14 | 2.59 | 0.7 | 0.55 |
| Hex | DC | 41 | 3A | 0 | 46 | 4A | E | 3 | 46 | 37 |
| Octal | 334 | 101 | 72 | 0 | 106 | 112 | 16 | 3 | 106 | 67 |
| Binary | 11011100 | 1000001 | 111010 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000110 | 110111 |
Color Harmonies of #DC413A
Complementary color
Monochromatic Colors of #DC413A
Black with #DC413A
Text Example
Text Example
White with #DC413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC413A; }
p { color: rgb(220,65,58); }
H1.HeaderClassName
{
color: #DC413A;
}
.AnyTagClassName
{
color: #DC413A;
}
</style>
background-color css
<style>
a { background-color: #DC413A; }
a { background-color: rgb(220,65,58); }
div.DivClassName
{
background-color: #DC413A;
}
.BgClassName
{
background-color: #DC413A;
}
</style>
border-color css
<style>
span { border-color: #DC413A; }
span { border-color: rgb(220,65,58); }
td.TdClassName
{
border-color: #DC413A;
}
.TagClassName
{
border-color: #DC413A;
}
</style>