Shades of Crimson #DA0234
Tints of Crimson #DA0234
RGB
CMYK
RGB Variations
Color information
#DA0234 (or 0xDA0234) is known color: Crimson. HEX triplet: DA, 02 and 34. RGB value is (218,2,52). Sum of RGB (Red+Green+Blue) = 218+2+52=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0234 is #25FDCB. Grayscale: #484848. Windows color (decimal): -2489804 or 3408602. OLE color: 3408602.
HSL color Cylindrical-coordinate representation of color #DA0234: hue angle of 346.11º 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 #DA0234 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.15 |
| HSL | 346.11º | 0.98% | 0.43% | - |
| HSV(B) | 346.11º | 0.99% | 0.85% | - |
| XYZ | 29.55 | 15.2 | 4.62 | - |
| YUV | 72.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 52 | 0 | 0.99 | 0.76 | 0.15 | 346.11 | 0.98 | 0.43 |
| Hex | DA | 2 | 34 | 0 | 63 | 4C | F | 15A | 62 | 2B |
| Octal | 332 | 2 | 64 | 0 | 143 | 114 | 17 | 532 | 142 | 53 |
| Binary | 11011010 | 10 | 110100 | 0 | 1100011 | 1001100 | 1111 | 101011010 | 1100010 | 101011 |
Color Harmonies of #DA0234
Complementary color
Monochromatic Colors of #DA0234
Black with #DA0234
Text Example
Text Example
White with #DA0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0234; }
p { color: rgb(218,2,52); }
H1.HeaderClassName
{
color: #DA0234;
}
.AnyTagClassName
{
color: #DA0234;
}
</style>
background-color css
<style>
a { background-color: #DA0234; }
a { background-color: rgb(218,2,52); }
div.DivClassName
{
background-color: #DA0234;
}
.BgClassName
{
background-color: #DA0234;
}
</style>
border-color css
<style>
span { border-color: #DA0234; }
span { border-color: rgb(218,2,52); }
td.TdClassName
{
border-color: #DA0234;
}
.TagClassName
{
border-color: #DA0234;
}
</style>