Shades of Crimson #DA0138
Tints of Crimson #DA0138
RGB
CMYK
RGB Variations
Color information
#DA0138 (or 0xDA0138) is known color: Crimson. HEX triplet: DA, 01 and 38. RGB value is (218,1,56). Sum of RGB (Red+Green+Blue) = 218+1+56=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0138 is #25FEC7. Grayscale: #484848. Windows color (decimal): -2490056 or 3670490. OLE color: 3670490.
HSL color Cylindrical-coordinate representation of color #DA0138: hue angle of 344.79º 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 #DA0138 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.15 |
| HSL | 344.79º | 0.99% | 0.43% | - |
| HSV(B) | 344.79º | 1% | 0.85% | - |
| XYZ | 29.64 | 15.21 | 5.12 | - |
| YUV | 72.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 56 | 0 | 1.00 | 0.74 | 0.15 | 344.79 | 0.99 | 0.43 |
| Hex | DA | 1 | 38 | 0 | 64 | 4A | F | 159 | 63 | 2B |
| Octal | 332 | 1 | 70 | 0 | 144 | 112 | 17 | 531 | 143 | 53 |
| Binary | 11011010 | 1 | 111000 | 0 | 1100100 | 1001010 | 1111 | 101011001 | 1100011 | 101011 |
Color Harmonies of #DA0138
Complementary color
Monochromatic Colors of #DA0138
Black with #DA0138
Text Example
Text Example
White with #DA0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0138; }
p { color: rgb(218,1,56); }
H1.HeaderClassName
{
color: #DA0138;
}
.AnyTagClassName
{
color: #DA0138;
}
</style>
background-color css
<style>
a { background-color: #DA0138; }
a { background-color: rgb(218,1,56); }
div.DivClassName
{
background-color: #DA0138;
}
.BgClassName
{
background-color: #DA0138;
}
</style>
border-color css
<style>
span { border-color: #DA0138; }
span { border-color: rgb(218,1,56); }
td.TdClassName
{
border-color: #DA0138;
}
.TagClassName
{
border-color: #DA0138;
}
</style>