Shades of Crimson #DA033D
Tints of Crimson #DA033D
RGB
CMYK
RGB Variations
Color information
#DA033D (or 0xDA033D) is known color: Crimson. HEX triplet: DA, 03 and 3D. RGB value is (218,3,61). Sum of RGB (Red+Green+Blue) = 218+3+61=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA033D is #25FCC2. Grayscale: #494949. Windows color (decimal): -2489539 or 3998682. OLE color: 3998682.
HSL color Cylindrical-coordinate representation of color #DA033D: hue angle of 343.81º 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 #DA033D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.15 |
| HSL | 343.81º | 0.97% | 0.43% | - |
| HSV(B) | 343.81º | 0.99% | 0.85% | - |
| XYZ | 29.79 | 15.31 | 5.8 | - |
| YUV | 73.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 61 | 0 | 0.99 | 0.72 | 0.15 | 343.81 | 0.97 | 0.43 |
| Hex | DA | 3 | 3D | 0 | 63 | 48 | F | 158 | 61 | 2B |
| Octal | 332 | 3 | 75 | 0 | 143 | 110 | 17 | 530 | 141 | 53 |
| Binary | 11011010 | 11 | 111101 | 0 | 1100011 | 1001000 | 1111 | 101011000 | 1100001 | 101011 |
Color Harmonies of #DA033D
Complementary color
Monochromatic Colors of #DA033D
Black with #DA033D
Text Example
Text Example
White with #DA033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA033D; }
p { color: rgb(218,3,61); }
H1.HeaderClassName
{
color: #DA033D;
}
.AnyTagClassName
{
color: #DA033D;
}
</style>
background-color css
<style>
a { background-color: #DA033D; }
a { background-color: rgb(218,3,61); }
div.DivClassName
{
background-color: #DA033D;
}
.BgClassName
{
background-color: #DA033D;
}
</style>
border-color css
<style>
span { border-color: #DA033D; }
span { border-color: rgb(218,3,61); }
td.TdClassName
{
border-color: #DA033D;
}
.TagClassName
{
border-color: #DA033D;
}
</style>