Shades of Crimson #DA0433
Tints of Crimson #DA0433
RGB
CMYK
RGB Variations
Color information
#DA0433 (or 0xDA0433) is known color: Crimson. HEX triplet: DA, 04 and 33. RGB value is (218,4,51). Sum of RGB (Red+Green+Blue) = 218+4+51=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0433 is #25FBCC. Grayscale: #494949. Windows color (decimal): -2489293 or 3343578. OLE color: 3343578.
HSL color Cylindrical-coordinate representation of color #DA0433: hue angle of 346.82º 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 #DA0433 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.15 |
| HSL | 346.82º | 0.96% | 0.44% | - |
| HSV(B) | 346.82º | 0.98% | 0.85% | - |
| XYZ | 29.55 | 15.23 | 4.51 | - |
| YUV | 73.34 | 115.4 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 51 | 0 | 0.98 | 0.77 | 0.15 | 346.82 | 0.96 | 0.44 |
| Hex | DA | 4 | 33 | 0 | 62 | 4D | F | 15B | 60 | 2C |
| Octal | 332 | 4 | 63 | 0 | 142 | 115 | 17 | 533 | 140 | 54 |
| Binary | 11011010 | 100 | 110011 | 0 | 1100010 | 1001101 | 1111 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DA0433
Complementary color
Monochromatic Colors of #DA0433
Black with #DA0433
Text Example
Text Example
White with #DA0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0433; }
p { color: rgb(218,4,51); }
H1.HeaderClassName
{
color: #DA0433;
}
.AnyTagClassName
{
color: #DA0433;
}
</style>
background-color css
<style>
a { background-color: #DA0433; }
a { background-color: rgb(218,4,51); }
div.DivClassName
{
background-color: #DA0433;
}
.BgClassName
{
background-color: #DA0433;
}
</style>
border-color css
<style>
span { border-color: #DA0433; }
span { border-color: rgb(218,4,51); }
td.TdClassName
{
border-color: #DA0433;
}
.TagClassName
{
border-color: #DA0433;
}
</style>