Shades of Crimson #DC134D
Tints of Crimson #DC134D
RGB
CMYK
RGB Variations
Color information
#DC134D (or 0xDC134D) is known color: Crimson. HEX triplet: DC, 13 and 4D. RGB value is (220,19,77). Sum of RGB (Red+Green+Blue) = 220+19+77=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC134D is #23ECB2. Grayscale: #555555. Windows color (decimal): -2354355 or 5051356. OLE color: 5051356.
HSL color Cylindrical-coordinate representation of color #DC134D: hue angle of 342.69º 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 #DC134D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.14 |
| HSL | 342.69º | 0.84% | 0.47% | - |
| HSV(B) | 342.69º | 0.91% | 0.86% | - |
| XYZ | 31.09 | 16.22 | 8.51 | - |
| YUV | 85.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 77 | 0 | 0.91 | 0.65 | 0.14 | 342.69 | 0.84 | 0.47 |
| Hex | DC | 13 | 4D | 0 | 5B | 41 | E | 157 | 54 | 2F |
| Octal | 334 | 23 | 115 | 0 | 133 | 101 | 16 | 527 | 124 | 57 |
| Binary | 11011100 | 10011 | 1001101 | 0 | 1011011 | 1000001 | 1110 | 101010111 | 1010100 | 101111 |
Color Harmonies of #DC134D
Complementary color
Monochromatic Colors of #DC134D
Black with #DC134D
Text Example
Text Example
White with #DC134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC134D; }
p { color: rgb(220,19,77); }
H1.HeaderClassName
{
color: #DC134D;
}
.AnyTagClassName
{
color: #DC134D;
}
</style>
background-color css
<style>
a { background-color: #DC134D; }
a { background-color: rgb(220,19,77); }
div.DivClassName
{
background-color: #DC134D;
}
.BgClassName
{
background-color: #DC134D;
}
</style>
border-color css
<style>
span { border-color: #DC134D; }
span { border-color: rgb(220,19,77); }
td.TdClassName
{
border-color: #DC134D;
}
.TagClassName
{
border-color: #DC134D;
}
</style>