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