Shades of Crimson #DA0B43
Tints of Crimson #DA0B43
RGB
CMYK
RGB Variations
Color information
#DA0B43 (or 0xDA0B43) is known color: Crimson. HEX triplet: DA, 0B and 43. RGB value is (218,11,67). Sum of RGB (Red+Green+Blue) = 218+11+67=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0B43 is #25F4BC. Grayscale: #4F4F4F. Windows color (decimal): -2487485 or 4393946. OLE color: 4393946.
HSL color Cylindrical-coordinate representation of color #DA0B43: hue angle of 343.77º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B43 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 67 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.15 |
| HSL | 343.77º | 0.9% | 0.45% | - |
| HSV(B) | 343.77º | 0.95% | 0.85% | - |
| XYZ | 30.05 | 15.55 | 6.73 | - |
| YUV | 79.28 | 121.08 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 67 | 0 | 0.95 | 0.69 | 0.15 | 343.77 | 0.9 | 0.45 |
| Hex | DA | B | 43 | 0 | 5F | 45 | F | 158 | 5A | 2D |
| Octal | 332 | 13 | 103 | 0 | 137 | 105 | 17 | 530 | 132 | 55 |
| Binary | 11011010 | 1011 | 1000011 | 0 | 1011111 | 1000101 | 1111 | 101011000 | 1011010 | 101101 |
Color Harmonies of #DA0B43
Complementary color
Monochromatic Colors of #DA0B43
Black with #DA0B43
Text Example
Text Example
White with #DA0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B43; }
p { color: rgb(218,11,67); }
H1.HeaderClassName
{
color: #DA0B43;
}
.AnyTagClassName
{
color: #DA0B43;
}
</style>
background-color css
<style>
a { background-color: #DA0B43; }
a { background-color: rgb(218,11,67); }
div.DivClassName
{
background-color: #DA0B43;
}
.BgClassName
{
background-color: #DA0B43;
}
</style>
border-color css
<style>
span { border-color: #DA0B43; }
span { border-color: rgb(218,11,67); }
td.TdClassName
{
border-color: #DA0B43;
}
.TagClassName
{
border-color: #DA0B43;
}
</style>