Shades of Crimson #DC1341
Tints of Crimson #DC1341
RGB
CMYK
RGB Variations
Color information
#DC1341 (or 0xDC1341) is known color: Crimson. HEX triplet: DC, 13 and 41. RGB value is (220,19,65). Sum of RGB (Red+Green+Blue) = 220+19+65=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1341 is #23ECBE. Grayscale: #545454. Windows color (decimal): -2354367 or 4264924. OLE color: 4264924.
HSL color Cylindrical-coordinate representation of color #DC1341: hue angle of 346.27º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1341 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 65 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.14 |
| HSL | 346.27º | 0.84% | 0.47% | - |
| HSV(B) | 346.27º | 0.91% | 0.86% | - |
| XYZ | 30.7 | 16.06 | 6.48 | - |
| YUV | 84.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 65 | 0 | 0.91 | 0.70 | 0.14 | 346.27 | 0.84 | 0.47 |
| Hex | DC | 13 | 41 | 0 | 5B | 46 | E | 15A | 54 | 2F |
| Octal | 334 | 23 | 101 | 0 | 133 | 106 | 16 | 532 | 124 | 57 |
| Binary | 11011100 | 10011 | 1000001 | 0 | 1011011 | 1000110 | 1110 | 101011010 | 1010100 | 101111 |
Color Harmonies of #DC1341
Complementary color
Monochromatic Colors of #DC1341
Black with #DC1341
Text Example
Text Example
White with #DC1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1341; }
p { color: rgb(220,19,65); }
H1.HeaderClassName
{
color: #DC1341;
}
.AnyTagClassName
{
color: #DC1341;
}
</style>
background-color css
<style>
a { background-color: #DC1341; }
a { background-color: rgb(220,19,65); }
div.DivClassName
{
background-color: #DC1341;
}
.BgClassName
{
background-color: #DC1341;
}
</style>
border-color css
<style>
span { border-color: #DC1341; }
span { border-color: rgb(220,19,65); }
td.TdClassName
{
border-color: #DC1341;
}
.TagClassName
{
border-color: #DC1341;
}
</style>