Shades of Crimson #DA012B
Tints of Crimson #DA012B
RGB
CMYK
RGB Variations
Color information
#DA012B (or 0xDA012B) is known color: Crimson. HEX triplet: DA, 01 and 2B. RGB value is (218,1,43). Sum of RGB (Red+Green+Blue) = 218+1+43=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA012B is #25FED4. Grayscale: #464646. Windows color (decimal): -2490069 or 2818522. OLE color: 2818522.
HSL color Cylindrical-coordinate representation of color #DA012B: hue angle of 348.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA012B is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.15 |
| HSL | 348.39º | 0.99% | 0.43% | - |
| HSV(B) | 348.39º | 1% | 0.85% | - |
| XYZ | 29.36 | 15.1 | 3.65 | - |
| YUV | 70.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 43 | 0 | 1.00 | 0.80 | 0.15 | 348.39 | 0.99 | 0.43 |
| Hex | DA | 1 | 2B | 0 | 64 | 50 | F | 15C | 63 | 2B |
| Octal | 332 | 1 | 53 | 0 | 144 | 120 | 17 | 534 | 143 | 53 |
| Binary | 11011010 | 1 | 101011 | 0 | 1100100 | 1010000 | 1111 | 101011100 | 1100011 | 101011 |
Color Harmonies of #DA012B
Complementary color
Monochromatic Colors of #DA012B
Black with #DA012B
Text Example
Text Example
White with #DA012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA012B; }
p { color: rgb(218,1,43); }
H1.HeaderClassName
{
color: #DA012B;
}
.AnyTagClassName
{
color: #DA012B;
}
</style>
background-color css
<style>
a { background-color: #DA012B; }
a { background-color: rgb(218,1,43); }
div.DivClassName
{
background-color: #DA012B;
}
.BgClassName
{
background-color: #DA012B;
}
</style>
border-color css
<style>
span { border-color: #DA012B; }
span { border-color: rgb(218,1,43); }
td.TdClassName
{
border-color: #DA012B;
}
.TagClassName
{
border-color: #DA012B;
}
</style>