Shades of Crimson #DC104B
Tints of Crimson #DC104B
RGB
CMYK
RGB Variations
Color information
#DC104B (or 0xDC104B) is known color: Crimson. HEX triplet: DC, 10 and 4B. RGB value is (220,16,75). Sum of RGB (Red+Green+Blue) = 220+16+75=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC104B is #23EFB4. Grayscale: #535353. Windows color (decimal): -2355125 or 4919516. OLE color: 4919516.
HSL color Cylindrical-coordinate representation of color #DC104B: hue angle of 342.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC104B is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.14 |
| HSL | 342.65º | 0.86% | 0.46% | - |
| HSV(B) | 342.65º | 0.93% | 0.86% | - |
| XYZ | 30.97 | 16.09 | 8.13 | - |
| YUV | 83.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 75 | 0 | 0.93 | 0.66 | 0.14 | 342.65 | 0.86 | 0.46 |
| Hex | DC | 10 | 4B | 0 | 5D | 42 | E | 157 | 56 | 2E |
| Octal | 334 | 20 | 113 | 0 | 135 | 102 | 16 | 527 | 126 | 56 |
| Binary | 11011100 | 10000 | 1001011 | 0 | 1011101 | 1000010 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DC104B
Complementary color
Monochromatic Colors of #DC104B
Black with #DC104B
Text Example
Text Example
White with #DC104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC104B; }
p { color: rgb(220,16,75); }
H1.HeaderClassName
{
color: #DC104B;
}
.AnyTagClassName
{
color: #DC104B;
}
</style>
background-color css
<style>
a { background-color: #DC104B; }
a { background-color: rgb(220,16,75); }
div.DivClassName
{
background-color: #DC104B;
}
.BgClassName
{
background-color: #DC104B;
}
</style>
border-color css
<style>
span { border-color: #DC104B; }
span { border-color: rgb(220,16,75); }
td.TdClassName
{
border-color: #DC104B;
}
.TagClassName
{
border-color: #DC104B;
}
</style>