Shades of Crimson #DA0235
Tints of Crimson #DA0235
RGB
CMYK
RGB Variations
Color information
#DA0235 (or 0xDA0235) is known color: Crimson. HEX triplet: DA, 02 and 35. RGB value is (218,2,53). Sum of RGB (Red+Green+Blue) = 218+2+53=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0235 is #25FDCA. Grayscale: #484848. Windows color (decimal): -2489803 or 3474138. OLE color: 3474138.
HSL color Cylindrical-coordinate representation of color #DA0235: hue angle of 345.83º degrees, saturation: 0.98, 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 #DA0235 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.15 |
| HSL | 345.83º | 0.98% | 0.43% | - |
| HSV(B) | 345.83º | 0.99% | 0.85% | - |
| XYZ | 29.58 | 15.21 | 4.74 | - |
| YUV | 72.4 | 117.06 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 53 | 0 | 0.99 | 0.76 | 0.15 | 345.83 | 0.98 | 0.43 |
| Hex | DA | 2 | 35 | 0 | 63 | 4C | F | 15A | 62 | 2B |
| Octal | 332 | 2 | 65 | 0 | 143 | 114 | 17 | 532 | 142 | 53 |
| Binary | 11011010 | 10 | 110101 | 0 | 1100011 | 1001100 | 1111 | 101011010 | 1100010 | 101011 |
Color Harmonies of #DA0235
Complementary color
Monochromatic Colors of #DA0235
Black with #DA0235
Text Example
Text Example
White with #DA0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0235; }
p { color: rgb(218,2,53); }
H1.HeaderClassName
{
color: #DA0235;
}
.AnyTagClassName
{
color: #DA0235;
}
</style>
background-color css
<style>
a { background-color: #DA0235; }
a { background-color: rgb(218,2,53); }
div.DivClassName
{
background-color: #DA0235;
}
.BgClassName
{
background-color: #DA0235;
}
</style>
border-color css
<style>
span { border-color: #DA0235; }
span { border-color: rgb(218,2,53); }
td.TdClassName
{
border-color: #DA0235;
}
.TagClassName
{
border-color: #DA0235;
}
</style>