Shades of Crimson #DC1C43
Tints of Crimson #DC1C43
RGB
CMYK
RGB Variations
Color information
#DC1C43 (or 0xDC1C43) is known color: Crimson. HEX triplet: DC, 1C and 43. RGB value is (220,28,67). Sum of RGB (Red+Green+Blue) = 220+28+67=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1C43 is #23E3BC. Grayscale: #595959. Windows color (decimal): -2352061 or 4398300. OLE color: 4398300.
HSL color Cylindrical-coordinate representation of color #DC1C43: hue angle of 347.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C43 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 67 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.14 |
| HSL | 347.81º | 0.77% | 0.49% | - |
| HSV(B) | 347.81º | 0.87% | 0.86% | - |
| XYZ | 30.94 | 16.45 | 6.85 | - |
| YUV | 89.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 67 | 0 | 0.87 | 0.70 | 0.14 | 347.81 | 0.77 | 0.49 |
| Hex | DC | 1C | 43 | 0 | 57 | 46 | E | 15C | 4D | 31 |
| Octal | 334 | 34 | 103 | 0 | 127 | 106 | 16 | 534 | 115 | 61 |
| Binary | 11011100 | 11100 | 1000011 | 0 | 1010111 | 1000110 | 1110 | 101011100 | 1001101 | 110001 |
Color Harmonies of #DC1C43
Complementary color
Monochromatic Colors of #DC1C43
Black with #DC1C43
Text Example
Text Example
White with #DC1C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C43; }
p { color: rgb(220,28,67); }
H1.HeaderClassName
{
color: #DC1C43;
}
.AnyTagClassName
{
color: #DC1C43;
}
</style>
background-color css
<style>
a { background-color: #DC1C43; }
a { background-color: rgb(220,28,67); }
div.DivClassName
{
background-color: #DC1C43;
}
.BgClassName
{
background-color: #DC1C43;
}
</style>
border-color css
<style>
span { border-color: #DC1C43; }
span { border-color: rgb(220,28,67); }
td.TdClassName
{
border-color: #DC1C43;
}
.TagClassName
{
border-color: #DC1C43;
}
</style>