Shades of Crimson #DC134A
Tints of Crimson #DC134A
RGB
CMYK
RGB Variations
Color information
#DC134A (or 0xDC134A) is known color: Crimson. HEX triplet: DC, 13 and 4A. RGB value is (220,19,74). Sum of RGB (Red+Green+Blue) = 220+19+74=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC134A is #23ECB5. Grayscale: #555555. Windows color (decimal): -2354358 or 4854748. OLE color: 4854748.
HSL color Cylindrical-coordinate representation of color #DC134A: hue angle of 343.58º 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 #DC134A is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 74 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.14 |
| HSL | 343.58º | 0.84% | 0.47% | - |
| HSV(B) | 343.58º | 0.91% | 0.86% | - |
| XYZ | 30.98 | 16.18 | 7.97 | - |
| YUV | 85.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 74 | 0 | 0.91 | 0.66 | 0.14 | 343.58 | 0.84 | 0.47 |
| Hex | DC | 13 | 4A | 0 | 5B | 42 | E | 158 | 54 | 2F |
| Octal | 334 | 23 | 112 | 0 | 133 | 102 | 16 | 530 | 124 | 57 |
| Binary | 11011100 | 10011 | 1001010 | 0 | 1011011 | 1000010 | 1110 | 101011000 | 1010100 | 101111 |
Color Harmonies of #DC134A
Complementary color
Monochromatic Colors of #DC134A
Black with #DC134A
Text Example
Text Example
White with #DC134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC134A; }
p { color: rgb(220,19,74); }
H1.HeaderClassName
{
color: #DC134A;
}
.AnyTagClassName
{
color: #DC134A;
}
</style>
background-color css
<style>
a { background-color: #DC134A; }
a { background-color: rgb(220,19,74); }
div.DivClassName
{
background-color: #DC134A;
}
.BgClassName
{
background-color: #DC134A;
}
</style>
border-color css
<style>
span { border-color: #DC134A; }
span { border-color: rgb(220,19,74); }
td.TdClassName
{
border-color: #DC134A;
}
.TagClassName
{
border-color: #DC134A;
}
</style>