Shades of Crimson #DA0438
Tints of Crimson #DA0438
RGB
CMYK
RGB Variations
Color information
#DA0438 (or 0xDA0438) is known color: Crimson. HEX triplet: DA, 04 and 38. RGB value is (218,4,56). Sum of RGB (Red+Green+Blue) = 218+4+56=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0438 is #25FBC7. Grayscale: #494949. Windows color (decimal): -2489288 or 3671258. OLE color: 3671258.
HSL color Cylindrical-coordinate representation of color #DA0438: hue angle of 345.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0438 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.15 |
| HSL | 345.42º | 0.96% | 0.44% | - |
| HSV(B) | 345.42º | 0.98% | 0.85% | - |
| XYZ | 29.67 | 15.28 | 5.13 | - |
| YUV | 73.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 56 | 0 | 0.98 | 0.74 | 0.15 | 345.42 | 0.96 | 0.44 |
| Hex | DA | 4 | 38 | 0 | 62 | 4A | F | 159 | 60 | 2C |
| Octal | 332 | 4 | 70 | 0 | 142 | 112 | 17 | 531 | 140 | 54 |
| Binary | 11011010 | 100 | 111000 | 0 | 1100010 | 1001010 | 1111 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DA0438
Complementary color
Monochromatic Colors of #DA0438
Black with #DA0438
Text Example
Text Example
White with #DA0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0438; }
p { color: rgb(218,4,56); }
H1.HeaderClassName
{
color: #DA0438;
}
.AnyTagClassName
{
color: #DA0438;
}
</style>
background-color css
<style>
a { background-color: #DA0438; }
a { background-color: rgb(218,4,56); }
div.DivClassName
{
background-color: #DA0438;
}
.BgClassName
{
background-color: #DA0438;
}
</style>
border-color css
<style>
span { border-color: #DA0438; }
span { border-color: rgb(218,4,56); }
td.TdClassName
{
border-color: #DA0438;
}
.TagClassName
{
border-color: #DA0438;
}
</style>