Shades of Crimson #DC1A30
Tints of Crimson #DC1A30
RGB
CMYK
RGB Variations
Color information
#DC1A30 (or 0xDC1A30) is known color: Crimson. HEX triplet: DC, 1A and 30. RGB value is (220,26,48). Sum of RGB (Red+Green+Blue) = 220+26+48=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A30 is #23E5CF. Grayscale: #565656. Windows color (decimal): -2352592 or 3152604. OLE color: 3152604.
HSL color Cylindrical-coordinate representation of color #DC1A30: hue angle of 353.2º 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 #DC1A30 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 48 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.14 |
| HSL | 353.2º | 0.79% | 0.48% | - |
| HSV(B) | 353.2º | 0.88% | 0.86% | - |
| XYZ | 30.42 | 16.17 | 4.31 | - |
| YUV | 86.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 48 | 0 | 0.88 | 0.78 | 0.14 | 353.2 | 0.79 | 0.48 |
| Hex | DC | 1A | 30 | 0 | 58 | 4E | E | 161 | 4F | 30 |
| Octal | 334 | 32 | 60 | 0 | 130 | 116 | 16 | 541 | 117 | 60 |
| Binary | 11011100 | 11010 | 110000 | 0 | 1011000 | 1001110 | 1110 | 101100001 | 1001111 | 110000 |
Color Harmonies of #DC1A30
Complementary color
Monochromatic Colors of #DC1A30
Black with #DC1A30
Text Example
Text Example
White with #DC1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A30; }
p { color: rgb(220,26,48); }
H1.HeaderClassName
{
color: #DC1A30;
}
.AnyTagClassName
{
color: #DC1A30;
}
</style>
background-color css
<style>
a { background-color: #DC1A30; }
a { background-color: rgb(220,26,48); }
div.DivClassName
{
background-color: #DC1A30;
}
.BgClassName
{
background-color: #DC1A30;
}
</style>
border-color css
<style>
span { border-color: #DC1A30; }
span { border-color: rgb(220,26,48); }
td.TdClassName
{
border-color: #DC1A30;
}
.TagClassName
{
border-color: #DC1A30;
}
</style>