Shades of Crimson #DC1339
Tints of Crimson #DC1339
RGB
CMYK
RGB Variations
Color information
#DC1339 (or 0xDC1339) is known color: Crimson. HEX triplet: DC, 13 and 39. RGB value is (220,19,57). Sum of RGB (Red+Green+Blue) = 220+19+57=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1339 is #23ECC6. Grayscale: #535353. Windows color (decimal): -2354375 or 3740636. OLE color: 3740636.
HSL color Cylindrical-coordinate representation of color #DC1339: hue angle of 348.66º 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 #DC1339 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 57 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.14 |
| HSL | 348.66º | 0.84% | 0.47% | - |
| HSV(B) | 348.66º | 0.91% | 0.86% | - |
| XYZ | 30.49 | 15.98 | 5.35 | - |
| YUV | 83.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 57 | 0 | 0.91 | 0.74 | 0.14 | 348.66 | 0.84 | 0.47 |
| Hex | DC | 13 | 39 | 0 | 5B | 4A | E | 15D | 54 | 2F |
| Octal | 334 | 23 | 71 | 0 | 133 | 112 | 16 | 535 | 124 | 57 |
| Binary | 11011100 | 10011 | 111001 | 0 | 1011011 | 1001010 | 1110 | 101011101 | 1010100 | 101111 |
Color Harmonies of #DC1339
Complementary color
Monochromatic Colors of #DC1339
Black with #DC1339
Text Example
Text Example
White with #DC1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1339; }
p { color: rgb(220,19,57); }
H1.HeaderClassName
{
color: #DC1339;
}
.AnyTagClassName
{
color: #DC1339;
}
</style>
background-color css
<style>
a { background-color: #DC1339; }
a { background-color: rgb(220,19,57); }
div.DivClassName
{
background-color: #DC1339;
}
.BgClassName
{
background-color: #DC1339;
}
</style>
border-color css
<style>
span { border-color: #DC1339; }
span { border-color: rgb(220,19,57); }
td.TdClassName
{
border-color: #DC1339;
}
.TagClassName
{
border-color: #DC1339;
}
</style>