Shades of Crimson #DA1330
Tints of Crimson #DA1330
RGB
CMYK
RGB Variations
Color information
#DA1330 (or 0xDA1330) is known color: Crimson. HEX triplet: DA, 13 and 30. RGB value is (218,19,48). Sum of RGB (Red+Green+Blue) = 218+19+48=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1330 is #25ECCF. Grayscale: #515151. Windows color (decimal): -2485456 or 3150810. OLE color: 3150810.
HSL color Cylindrical-coordinate representation of color #DA1330: hue angle of 351.26º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1330 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.15 |
| HSL | 351.26º | 0.84% | 0.46% | - |
| HSV(B) | 351.26º | 0.91% | 0.85% | - |
| XYZ | 29.68 | 15.58 | 4.24 | - |
| YUV | 81.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 48 | 0 | 0.91 | 0.78 | 0.15 | 351.26 | 0.84 | 0.46 |
| Hex | DA | 13 | 30 | 0 | 5B | 4E | F | 15F | 54 | 2E |
| Octal | 332 | 23 | 60 | 0 | 133 | 116 | 17 | 537 | 124 | 56 |
| Binary | 11011010 | 10011 | 110000 | 0 | 1011011 | 1001110 | 1111 | 101011111 | 1010100 | 101110 |
Color Harmonies of #DA1330
Complementary color
Monochromatic Colors of #DA1330
Black with #DA1330
Text Example
Text Example
White with #DA1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1330; }
p { color: rgb(218,19,48); }
H1.HeaderClassName
{
color: #DA1330;
}
.AnyTagClassName
{
color: #DA1330;
}
</style>
background-color css
<style>
a { background-color: #DA1330; }
a { background-color: rgb(218,19,48); }
div.DivClassName
{
background-color: #DA1330;
}
.BgClassName
{
background-color: #DA1330;
}
</style>
border-color css
<style>
span { border-color: #DA1330; }
span { border-color: rgb(218,19,48); }
td.TdClassName
{
border-color: #DA1330;
}
.TagClassName
{
border-color: #DA1330;
}
</style>