Shades of Crimson #DA003B
Tints of Crimson #DA003B
RGB
CMYK
RGB Variations
Color information
#DA003B (or 0xDA003B) is known color: Crimson. HEX triplet: DA, 00 and 3B. RGB value is (218,0,59). Sum of RGB (Red+Green+Blue) = 218+0+59=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA003B is #25FFC4. Grayscale: #474747. Windows color (decimal): -2490309 or 3866842. OLE color: 3866842.
HSL color Cylindrical-coordinate representation of color #DA003B: hue angle of 343.76º 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 #DA003B is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.73 | 0.15 |
| HSL | 343.76º | 1% | 0.43% | - |
| HSV(B) | 343.76º | 1% | 0.85% | - |
| XYZ | 29.7 | 15.22 | 5.51 | - |
| YUV | 71.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 59 | 0 | 1 | 0.73 | 0.15 | 343.76 | 1 | 0.43 |
| Hex | DA | 0 | 3B | 0 | 64 | 49 | F | 158 | 64 | 2B |
| Octal | 332 | 0 | 73 | 0 | 144 | 111 | 17 | 530 | 144 | 53 |
| Binary | 11011010 | 0 | 111011 | 0 | 1100100 | 1001001 | 1111 | 101011000 | 1100100 | 101011 |
Color Harmonies of #DA003B
Complementary color
Monochromatic Colors of #DA003B
Black with #DA003B
Text Example
Text Example
White with #DA003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA003B; }
p { color: rgb(218,0,59); }
H1.HeaderClassName
{
color: #DA003B;
}
.AnyTagClassName
{
color: #DA003B;
}
</style>
background-color css
<style>
a { background-color: #DA003B; }
a { background-color: rgb(218,0,59); }
div.DivClassName
{
background-color: #DA003B;
}
.BgClassName
{
background-color: #DA003B;
}
</style>
border-color css
<style>
span { border-color: #DA003B; }
span { border-color: rgb(218,0,59); }
td.TdClassName
{
border-color: #DA003B;
}
.TagClassName
{
border-color: #DA003B;
}
</style>