Shades of Crimson #DC0633
Tints of Crimson #DC0633
RGB
CMYK
RGB Variations
Color information
#DC0633 (or 0xDC0633) is known color: Crimson. HEX triplet: DC, 06 and 33. RGB value is (220,6,51). Sum of RGB (Red+Green+Blue) = 220+6+51=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0633 is #23F9CC. Grayscale: #4B4B4B. Windows color (decimal): -2357709 or 3344092. OLE color: 3344092.
HSL color Cylindrical-coordinate representation of color #DC0633: hue angle of 347.38º 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 #DC0633 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.14 |
| HSL | 347.38º | 0.95% | 0.44% | - |
| HSV(B) | 347.38º | 0.97% | 0.86% | - |
| XYZ | 30.18 | 15.58 | 4.55 | - |
| YUV | 75.12 | 114.4 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 51 | 0 | 0.97 | 0.77 | 0.14 | 347.38 | 0.95 | 0.44 |
| Hex | DC | 6 | 33 | 0 | 61 | 4D | E | 15B | 5F | 2C |
| Octal | 334 | 6 | 63 | 0 | 141 | 115 | 16 | 533 | 137 | 54 |
| Binary | 11011100 | 110 | 110011 | 0 | 1100001 | 1001101 | 1110 | 101011011 | 1011111 | 101100 |
Color Harmonies of #DC0633
Complementary color
Monochromatic Colors of #DC0633
Black with #DC0633
Text Example
Text Example
White with #DC0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0633; }
p { color: rgb(220,6,51); }
H1.HeaderClassName
{
color: #DC0633;
}
.AnyTagClassName
{
color: #DC0633;
}
</style>
background-color css
<style>
a { background-color: #DC0633; }
a { background-color: rgb(220,6,51); }
div.DivClassName
{
background-color: #DC0633;
}
.BgClassName
{
background-color: #DC0633;
}
</style>
border-color css
<style>
span { border-color: #DC0633; }
span { border-color: rgb(220,6,51); }
td.TdClassName
{
border-color: #DC0633;
}
.TagClassName
{
border-color: #DC0633;
}
</style>