Shades of Crimson #DC063B
Tints of Crimson #DC063B
RGB
CMYK
RGB Variations
Color information
#DC063B (or 0xDC063B) is known color: Crimson. HEX triplet: DC, 06 and 3B. RGB value is (220,6,59). Sum of RGB (Red+Green+Blue) = 220+6+59=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC063B is #23F9C4. Grayscale: #4C4C4C. Windows color (decimal): -2357701 or 3868380. OLE color: 3868380.
HSL color Cylindrical-coordinate representation of color #DC063B: hue angle of 345.14º 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 #DC063B is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.14 |
| HSL | 345.14º | 0.95% | 0.44% | - |
| HSV(B) | 345.14º | 0.97% | 0.86% | - |
| XYZ | 30.37 | 15.66 | 5.56 | - |
| YUV | 76.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 59 | 0 | 0.97 | 0.73 | 0.14 | 345.14 | 0.95 | 0.44 |
| Hex | DC | 6 | 3B | 0 | 61 | 49 | E | 159 | 5F | 2C |
| Octal | 334 | 6 | 73 | 0 | 141 | 111 | 16 | 531 | 137 | 54 |
| Binary | 11011100 | 110 | 111011 | 0 | 1100001 | 1001001 | 1110 | 101011001 | 1011111 | 101100 |
Color Harmonies of #DC063B
Complementary color
Monochromatic Colors of #DC063B
Black with #DC063B
Text Example
Text Example
White with #DC063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC063B; }
p { color: rgb(220,6,59); }
H1.HeaderClassName
{
color: #DC063B;
}
.AnyTagClassName
{
color: #DC063B;
}
</style>
background-color css
<style>
a { background-color: #DC063B; }
a { background-color: rgb(220,6,59); }
div.DivClassName
{
background-color: #DC063B;
}
.BgClassName
{
background-color: #DC063B;
}
</style>
border-color css
<style>
span { border-color: #DC063B; }
span { border-color: rgb(220,6,59); }
td.TdClassName
{
border-color: #DC063B;
}
.TagClassName
{
border-color: #DC063B;
}
</style>