Shades of Crimson #DA102B
Tints of Crimson #DA102B
RGB
CMYK
RGB Variations
Color information
#DA102B (or 0xDA102B) is known color: Crimson. HEX triplet: DA, 10 and 2B. RGB value is (218,16,43). Sum of RGB (Red+Green+Blue) = 218+16+43=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA102B is #25EFD4. Grayscale: #4F4F4F. Windows color (decimal): -2486229 or 2822362. OLE color: 2822362.
HSL color Cylindrical-coordinate representation of color #DA102B: hue angle of 351.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA102B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.15 |
| HSL | 351.98º | 0.86% | 0.46% | - |
| HSV(B) | 351.98º | 0.93% | 0.85% | - |
| XYZ | 29.53 | 15.45 | 3.71 | - |
| YUV | 79.48 | 107.42 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 43 | 0 | 0.93 | 0.80 | 0.15 | 351.98 | 0.86 | 0.46 |
| Hex | DA | 10 | 2B | 0 | 5D | 50 | F | 160 | 56 | 2E |
| Octal | 332 | 20 | 53 | 0 | 135 | 120 | 17 | 540 | 126 | 56 |
| Binary | 11011010 | 10000 | 101011 | 0 | 1011101 | 1010000 | 1111 | 101100000 | 1010110 | 101110 |
Color Harmonies of #DA102B
Complementary color
Monochromatic Colors of #DA102B
Black with #DA102B
Text Example
Text Example
White with #DA102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA102B; }
p { color: rgb(218,16,43); }
H1.HeaderClassName
{
color: #DA102B;
}
.AnyTagClassName
{
color: #DA102B;
}
</style>
background-color css
<style>
a { background-color: #DA102B; }
a { background-color: rgb(218,16,43); }
div.DivClassName
{
background-color: #DA102B;
}
.BgClassName
{
background-color: #DA102B;
}
</style>
border-color css
<style>
span { border-color: #DA102B; }
span { border-color: rgb(218,16,43); }
td.TdClassName
{
border-color: #DA102B;
}
.TagClassName
{
border-color: #DA102B;
}
</style>