Shades of Crimson #DC1A36
Tints of Crimson #DC1A36
RGB
CMYK
RGB Variations
Color information
#DC1A36 (or 0xDC1A36) is known color: Crimson. HEX triplet: DC, 1A and 36. RGB value is (220,26,54). Sum of RGB (Red+Green+Blue) = 220+26+54=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A36 is #23E5C9. Grayscale: #575757. Windows color (decimal): -2352586 or 3545820. OLE color: 3545820.
HSL color Cylindrical-coordinate representation of color #DC1A36: hue angle of 351.34º degrees, saturation: 0.79, 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 #DC1A36 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 54 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.14 |
| HSL | 351.34º | 0.79% | 0.48% | - |
| HSV(B) | 351.34º | 0.88% | 0.86% | - |
| XYZ | 30.55 | 16.22 | 5.01 | - |
| YUV | 87.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 54 | 0 | 0.88 | 0.75 | 0.14 | 351.34 | 0.79 | 0.48 |
| Hex | DC | 1A | 36 | 0 | 58 | 4B | E | 15F | 4F | 30 |
| Octal | 334 | 32 | 66 | 0 | 130 | 113 | 16 | 537 | 117 | 60 |
| Binary | 11011100 | 11010 | 110110 | 0 | 1011000 | 1001011 | 1110 | 101011111 | 1001111 | 110000 |
Color Harmonies of #DC1A36
Complementary color
Monochromatic Colors of #DC1A36
Black with #DC1A36
Text Example
Text Example
White with #DC1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A36; }
p { color: rgb(220,26,54); }
H1.HeaderClassName
{
color: #DC1A36;
}
.AnyTagClassName
{
color: #DC1A36;
}
</style>
background-color css
<style>
a { background-color: #DC1A36; }
a { background-color: rgb(220,26,54); }
div.DivClassName
{
background-color: #DC1A36;
}
.BgClassName
{
background-color: #DC1A36;
}
</style>
border-color css
<style>
span { border-color: #DC1A36; }
span { border-color: rgb(220,26,54); }
td.TdClassName
{
border-color: #DC1A36;
}
.TagClassName
{
border-color: #DC1A36;
}
</style>