Shades of Crimson #DA1233
Tints of Crimson #DA1233
RGB
CMYK
RGB Variations
Color information
#DA1233 (or 0xDA1233) is known color: Crimson. HEX triplet: DA, 12 and 33. RGB value is (218,18,51). Sum of RGB (Red+Green+Blue) = 218+18+51=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1233 is #25EDCC. Grayscale: #515151. Windows color (decimal): -2485709 or 3347162. OLE color: 3347162.
HSL color Cylindrical-coordinate representation of color #DA1233: hue angle of 350.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1233 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 51 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.15 |
| HSL | 350.1º | 0.85% | 0.46% | - |
| HSV(B) | 350.1º | 0.92% | 0.85% | - |
| XYZ | 29.73 | 15.58 | 4.57 | - |
| YUV | 81.56 | 110.76 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 51 | 0 | 0.92 | 0.77 | 0.15 | 350.1 | 0.85 | 0.46 |
| Hex | DA | 12 | 33 | 0 | 5C | 4D | F | 15E | 55 | 2E |
| Octal | 332 | 22 | 63 | 0 | 134 | 115 | 17 | 536 | 125 | 56 |
| Binary | 11011010 | 10010 | 110011 | 0 | 1011100 | 1001101 | 1111 | 101011110 | 1010101 | 101110 |
Color Harmonies of #DA1233
Complementary color
Monochromatic Colors of #DA1233
Black with #DA1233
Text Example
Text Example
White with #DA1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1233; }
p { color: rgb(218,18,51); }
H1.HeaderClassName
{
color: #DA1233;
}
.AnyTagClassName
{
color: #DA1233;
}
</style>
background-color css
<style>
a { background-color: #DA1233; }
a { background-color: rgb(218,18,51); }
div.DivClassName
{
background-color: #DA1233;
}
.BgClassName
{
background-color: #DA1233;
}
</style>
border-color css
<style>
span { border-color: #DA1233; }
span { border-color: rgb(218,18,51); }
td.TdClassName
{
border-color: #DA1233;
}
.TagClassName
{
border-color: #DA1233;
}
</style>