Shades of Crimson #DC062B
Tints of Crimson #DC062B
RGB
CMYK
RGB Variations
Color information
#DC062B (or 0xDC062B) is known color: Crimson. HEX triplet: DC, 06 and 2B. RGB value is (220,6,43). Sum of RGB (Red+Green+Blue) = 220+6+43=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC062B is #23F9D4. Grayscale: #4A4A4A. Windows color (decimal): -2357717 or 2819804. OLE color: 2819804.
HSL color Cylindrical-coordinate representation of color #DC062B: hue angle of 349.63º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC062B is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.14 |
| HSL | 349.63º | 0.95% | 0.44% | - |
| HSV(B) | 349.63º | 0.97% | 0.86% | - |
| XYZ | 30.02 | 15.52 | 3.7 | - |
| YUV | 74.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 43 | 0 | 0.97 | 0.80 | 0.14 | 349.63 | 0.95 | 0.44 |
| Hex | DC | 6 | 2B | 0 | 61 | 50 | E | 15E | 5F | 2C |
| Octal | 334 | 6 | 53 | 0 | 141 | 120 | 16 | 536 | 137 | 54 |
| Binary | 11011100 | 110 | 101011 | 0 | 1100001 | 1010000 | 1110 | 101011110 | 1011111 | 101100 |
Color Harmonies of #DC062B
Complementary color
Monochromatic Colors of #DC062B
Black with #DC062B
Text Example
Text Example
White with #DC062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC062B; }
p { color: rgb(220,6,43); }
H1.HeaderClassName
{
color: #DC062B;
}
.AnyTagClassName
{
color: #DC062B;
}
</style>
background-color css
<style>
a { background-color: #DC062B; }
a { background-color: rgb(220,6,43); }
div.DivClassName
{
background-color: #DC062B;
}
.BgClassName
{
background-color: #DC062B;
}
</style>
border-color css
<style>
span { border-color: #DC062B; }
span { border-color: rgb(220,6,43); }
td.TdClassName
{
border-color: #DC062B;
}
.TagClassName
{
border-color: #DC062B;
}
</style>