Shades of Crimson #DA0337
Tints of Crimson #DA0337
RGB
CMYK
RGB Variations
Color information
#DA0337 (or 0xDA0337) is known color: Crimson. HEX triplet: DA, 03 and 37. RGB value is (218,3,55). Sum of RGB (Red+Green+Blue) = 218+3+55=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0337 is #25FCC8. Grayscale: #494949. Windows color (decimal): -2489545 or 3605466. OLE color: 3605466.
HSL color Cylindrical-coordinate representation of color #DA0337: hue angle of 345.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0337 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.15 |
| HSL | 345.49º | 0.97% | 0.43% | - |
| HSV(B) | 345.49º | 0.99% | 0.85% | - |
| XYZ | 29.64 | 15.25 | 5 | - |
| YUV | 73.21 | 117.73 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 55 | 0 | 0.99 | 0.75 | 0.15 | 345.49 | 0.97 | 0.43 |
| Hex | DA | 3 | 37 | 0 | 63 | 4B | F | 159 | 61 | 2B |
| Octal | 332 | 3 | 67 | 0 | 143 | 113 | 17 | 531 | 141 | 53 |
| Binary | 11011010 | 11 | 110111 | 0 | 1100011 | 1001011 | 1111 | 101011001 | 1100001 | 101011 |
Color Harmonies of #DA0337
Complementary color
Monochromatic Colors of #DA0337
Black with #DA0337
Text Example
Text Example
White with #DA0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0337; }
p { color: rgb(218,3,55); }
H1.HeaderClassName
{
color: #DA0337;
}
.AnyTagClassName
{
color: #DA0337;
}
</style>
background-color css
<style>
a { background-color: #DA0337; }
a { background-color: rgb(218,3,55); }
div.DivClassName
{
background-color: #DA0337;
}
.BgClassName
{
background-color: #DA0337;
}
</style>
border-color css
<style>
span { border-color: #DA0337; }
span { border-color: rgb(218,3,55); }
td.TdClassName
{
border-color: #DA0337;
}
.TagClassName
{
border-color: #DA0337;
}
</style>