Shades of Crimson #DC1B34
Tints of Crimson #DC1B34
RGB
CMYK
RGB Variations
Color information
#DC1B34 (or 0xDC1B34) is known color: Crimson. HEX triplet: DC, 1B and 34. RGB value is (220,27,52). Sum of RGB (Red+Green+Blue) = 220+27+52=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B34 is #23E4CB. Grayscale: #575757. Windows color (decimal): -2352332 or 3415004. OLE color: 3415004.
HSL color Cylindrical-coordinate representation of color #DC1B34: hue angle of 352.23º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B34 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 52 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.14 |
| HSL | 352.23º | 0.78% | 0.48% | - |
| HSV(B) | 352.23º | 0.88% | 0.86% | - |
| XYZ | 30.53 | 16.25 | 4.78 | - |
| YUV | 87.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 52 | 0 | 0.88 | 0.76 | 0.14 | 352.23 | 0.78 | 0.48 |
| Hex | DC | 1B | 34 | 0 | 58 | 4C | E | 160 | 4E | 30 |
| Octal | 334 | 33 | 64 | 0 | 130 | 114 | 16 | 540 | 116 | 60 |
| Binary | 11011100 | 11011 | 110100 | 0 | 1011000 | 1001100 | 1110 | 101100000 | 1001110 | 110000 |
Color Harmonies of #DC1B34
Complementary color
Monochromatic Colors of #DC1B34
Black with #DC1B34
Text Example
Text Example
White with #DC1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B34; }
p { color: rgb(220,27,52); }
H1.HeaderClassName
{
color: #DC1B34;
}
.AnyTagClassName
{
color: #DC1B34;
}
</style>
background-color css
<style>
a { background-color: #DC1B34; }
a { background-color: rgb(220,27,52); }
div.DivClassName
{
background-color: #DC1B34;
}
.BgClassName
{
background-color: #DC1B34;
}
</style>
border-color css
<style>
span { border-color: #DC1B34; }
span { border-color: rgb(220,27,52); }
td.TdClassName
{
border-color: #DC1B34;
}
.TagClassName
{
border-color: #DC1B34;
}
</style>