Shades of Crimson #DA033C
Tints of Crimson #DA033C
RGB
CMYK
RGB Variations
Color information
#DA033C (or 0xDA033C) is known color: Crimson. HEX triplet: DA, 03 and 3C. RGB value is (218,3,60). Sum of RGB (Red+Green+Blue) = 218+3+60=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA033C is #25FCC3. Grayscale: #494949. Windows color (decimal): -2489540 or 3933146. OLE color: 3933146.
HSL color Cylindrical-coordinate representation of color #DA033C: hue angle of 344.09º degrees, saturation: 0.97, 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 #DA033C is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.15 |
| HSL | 344.09º | 0.97% | 0.43% | - |
| HSV(B) | 344.09º | 0.99% | 0.85% | - |
| XYZ | 29.76 | 15.3 | 5.66 | - |
| YUV | 73.78 | 120.23 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 60 | 0 | 0.99 | 0.72 | 0.15 | 344.09 | 0.97 | 0.43 |
| Hex | DA | 3 | 3C | 0 | 63 | 48 | F | 158 | 61 | 2B |
| Octal | 332 | 3 | 74 | 0 | 143 | 110 | 17 | 530 | 141 | 53 |
| Binary | 11011010 | 11 | 111100 | 0 | 1100011 | 1001000 | 1111 | 101011000 | 1100001 | 101011 |
Color Harmonies of #DA033C
Complementary color
Monochromatic Colors of #DA033C
Black with #DA033C
Text Example
Text Example
White with #DA033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA033C; }
p { color: rgb(218,3,60); }
H1.HeaderClassName
{
color: #DA033C;
}
.AnyTagClassName
{
color: #DA033C;
}
</style>
background-color css
<style>
a { background-color: #DA033C; }
a { background-color: rgb(218,3,60); }
div.DivClassName
{
background-color: #DA033C;
}
.BgClassName
{
background-color: #DA033C;
}
</style>
border-color css
<style>
span { border-color: #DA033C; }
span { border-color: rgb(218,3,60); }
td.TdClassName
{
border-color: #DA033C;
}
.TagClassName
{
border-color: #DA033C;
}
</style>