Shades of Crimson #DC1338
Tints of Crimson #DC1338
RGB
CMYK
RGB Variations
Color information
#DC1338 (or 0xDC1338) is known color: Crimson. HEX triplet: DC, 13 and 38. RGB value is (220,19,56). Sum of RGB (Red+Green+Blue) = 220+19+56=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1338 is #23ECC7. Grayscale: #535353. Windows color (decimal): -2354376 or 3675100. OLE color: 3675100.
HSL color Cylindrical-coordinate representation of color #DC1338: hue angle of 348.96º 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 #DC1338 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 56 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.14 |
| HSL | 348.96º | 0.84% | 0.47% | - |
| HSV(B) | 348.96º | 0.91% | 0.86% | - |
| XYZ | 30.46 | 15.97 | 5.22 | - |
| YUV | 83.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 56 | 0 | 0.91 | 0.75 | 0.14 | 348.96 | 0.84 | 0.47 |
| Hex | DC | 13 | 38 | 0 | 5B | 4B | E | 15D | 54 | 2F |
| Octal | 334 | 23 | 70 | 0 | 133 | 113 | 16 | 535 | 124 | 57 |
| Binary | 11011100 | 10011 | 111000 | 0 | 1011011 | 1001011 | 1110 | 101011101 | 1010100 | 101111 |
Color Harmonies of #DC1338
Complementary color
Monochromatic Colors of #DC1338
Black with #DC1338
Text Example
Text Example
White with #DC1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1338; }
p { color: rgb(220,19,56); }
H1.HeaderClassName
{
color: #DC1338;
}
.AnyTagClassName
{
color: #DC1338;
}
</style>
background-color css
<style>
a { background-color: #DC1338; }
a { background-color: rgb(220,19,56); }
div.DivClassName
{
background-color: #DC1338;
}
.BgClassName
{
background-color: #DC1338;
}
</style>
border-color css
<style>
span { border-color: #DC1338; }
span { border-color: rgb(220,19,56); }
td.TdClassName
{
border-color: #DC1338;
}
.TagClassName
{
border-color: #DC1338;
}
</style>