Shades of Crimson #DC102F
Tints of Crimson #DC102F
RGB
CMYK
RGB Variations
Color information
#DC102F (or 0xDC102F) is known color: Crimson. HEX triplet: DC, 10 and 2F. RGB value is (220,16,47). Sum of RGB (Red+Green+Blue) = 220+16+47=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC102F is #23EFD0. Grayscale: #505050. Windows color (decimal): -2355153 or 3084508. OLE color: 3084508.
HSL color Cylindrical-coordinate representation of color #DC102F: hue angle of 350.88º 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 #DC102F is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.14 |
| HSL | 350.88º | 0.86% | 0.46% | - |
| HSV(B) | 350.88º | 0.93% | 0.86% | - |
| XYZ | 30.21 | 15.79 | 4.14 | - |
| YUV | 80.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 47 | 0 | 0.93 | 0.79 | 0.14 | 350.88 | 0.86 | 0.46 |
| Hex | DC | 10 | 2F | 0 | 5D | 4F | E | 15F | 56 | 2E |
| Octal | 334 | 20 | 57 | 0 | 135 | 117 | 16 | 537 | 126 | 56 |
| Binary | 11011100 | 10000 | 101111 | 0 | 1011101 | 1001111 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DC102F
Complementary color
Monochromatic Colors of #DC102F
Black with #DC102F
Text Example
Text Example
White with #DC102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC102F; }
p { color: rgb(220,16,47); }
H1.HeaderClassName
{
color: #DC102F;
}
.AnyTagClassName
{
color: #DC102F;
}
</style>
background-color css
<style>
a { background-color: #DC102F; }
a { background-color: rgb(220,16,47); }
div.DivClassName
{
background-color: #DC102F;
}
.BgClassName
{
background-color: #DC102F;
}
</style>
border-color css
<style>
span { border-color: #DC102F; }
span { border-color: rgb(220,16,47); }
td.TdClassName
{
border-color: #DC102F;
}
.TagClassName
{
border-color: #DC102F;
}
</style>