Shades of Crimson #DA102D
Tints of Crimson #DA102D
RGB
CMYK
RGB Variations
Color information
#DA102D (or 0xDA102D) is known color: Crimson. HEX triplet: DA, 10 and 2D. RGB value is (218,16,45). Sum of RGB (Red+Green+Blue) = 218+16+45=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA102D is #25EFD2. Grayscale: #4F4F4F. Windows color (decimal): -2486227 or 2953434. OLE color: 2953434.
HSL color Cylindrical-coordinate representation of color #DA102D: hue angle of 351.39º 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 #DA102D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.15 |
| HSL | 351.39º | 0.86% | 0.46% | - |
| HSV(B) | 351.39º | 0.93% | 0.85% | - |
| XYZ | 29.57 | 15.47 | 3.91 | - |
| YUV | 79.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 45 | 0 | 0.93 | 0.79 | 0.15 | 351.39 | 0.86 | 0.46 |
| Hex | DA | 10 | 2D | 0 | 5D | 4F | F | 15F | 56 | 2E |
| Octal | 332 | 20 | 55 | 0 | 135 | 117 | 17 | 537 | 126 | 56 |
| Binary | 11011010 | 10000 | 101101 | 0 | 1011101 | 1001111 | 1111 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DA102D
Complementary color
Monochromatic Colors of #DA102D
Black with #DA102D
Text Example
Text Example
White with #DA102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA102D; }
p { color: rgb(218,16,45); }
H1.HeaderClassName
{
color: #DA102D;
}
.AnyTagClassName
{
color: #DA102D;
}
</style>
background-color css
<style>
a { background-color: #DA102D; }
a { background-color: rgb(218,16,45); }
div.DivClassName
{
background-color: #DA102D;
}
.BgClassName
{
background-color: #DA102D;
}
</style>
border-color css
<style>
span { border-color: #DA102D; }
span { border-color: rgb(218,16,45); }
td.TdClassName
{
border-color: #DA102D;
}
.TagClassName
{
border-color: #DA102D;
}
</style>