Shades of Crimson #DC1A43
Tints of Crimson #DC1A43
RGB
CMYK
RGB Variations
Color information
#DC1A43 (or 0xDC1A43) is known color: Crimson. HEX triplet: DC, 1A and 43. RGB value is (220,26,67). Sum of RGB (Red+Green+Blue) = 220+26+67=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A43 is #23E5BC. Grayscale: #585858. Windows color (decimal): -2352573 or 4397788. OLE color: 4397788.
HSL color Cylindrical-coordinate representation of color #DC1A43: hue angle of 347.32º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A43 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 67 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.14 |
| HSL | 347.32º | 0.79% | 0.48% | - |
| HSV(B) | 347.32º | 0.88% | 0.86% | - |
| XYZ | 30.9 | 16.36 | 6.84 | - |
| YUV | 88.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 67 | 0 | 0.88 | 0.70 | 0.14 | 347.32 | 0.79 | 0.48 |
| Hex | DC | 1A | 43 | 0 | 58 | 46 | E | 15B | 4F | 30 |
| Octal | 334 | 32 | 103 | 0 | 130 | 106 | 16 | 533 | 117 | 60 |
| Binary | 11011100 | 11010 | 1000011 | 0 | 1011000 | 1000110 | 1110 | 101011011 | 1001111 | 110000 |
Color Harmonies of #DC1A43
Complementary color
Monochromatic Colors of #DC1A43
Black with #DC1A43
Text Example
Text Example
White with #DC1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A43; }
p { color: rgb(220,26,67); }
H1.HeaderClassName
{
color: #DC1A43;
}
.AnyTagClassName
{
color: #DC1A43;
}
</style>
background-color css
<style>
a { background-color: #DC1A43; }
a { background-color: rgb(220,26,67); }
div.DivClassName
{
background-color: #DC1A43;
}
.BgClassName
{
background-color: #DC1A43;
}
</style>
border-color css
<style>
span { border-color: #DC1A43; }
span { border-color: rgb(220,26,67); }
td.TdClassName
{
border-color: #DC1A43;
}
.TagClassName
{
border-color: #DC1A43;
}
</style>