Shades of Crimson #DA032B
Tints of Crimson #DA032B
RGB
CMYK
RGB Variations
Color information
#DA032B (or 0xDA032B) is known color: Crimson. HEX triplet: DA, 03 and 2B. RGB value is (218,3,43). Sum of RGB (Red+Green+Blue) = 218+3+43=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA032B is #25FCD4. Grayscale: #474747. Windows color (decimal): -2489557 or 2819034. OLE color: 2819034.
HSL color Cylindrical-coordinate representation of color #DA032B: hue angle of 348.84º 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 #DA032B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.15 |
| HSL | 348.84º | 0.97% | 0.43% | - |
| HSV(B) | 348.84º | 0.99% | 0.85% | - |
| XYZ | 29.38 | 15.14 | 3.66 | - |
| YUV | 71.85 | 111.73 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 43 | 0 | 0.99 | 0.80 | 0.15 | 348.84 | 0.97 | 0.43 |
| Hex | DA | 3 | 2B | 0 | 63 | 50 | F | 15D | 61 | 2B |
| Octal | 332 | 3 | 53 | 0 | 143 | 120 | 17 | 535 | 141 | 53 |
| Binary | 11011010 | 11 | 101011 | 0 | 1100011 | 1010000 | 1111 | 101011101 | 1100001 | 101011 |
Color Harmonies of #DA032B
Complementary color
Monochromatic Colors of #DA032B
Black with #DA032B
Text Example
Text Example
White with #DA032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA032B; }
p { color: rgb(218,3,43); }
H1.HeaderClassName
{
color: #DA032B;
}
.AnyTagClassName
{
color: #DA032B;
}
</style>
background-color css
<style>
a { background-color: #DA032B; }
a { background-color: rgb(218,3,43); }
div.DivClassName
{
background-color: #DA032B;
}
.BgClassName
{
background-color: #DA032B;
}
</style>
border-color css
<style>
span { border-color: #DA032B; }
span { border-color: rgb(218,3,43); }
td.TdClassName
{
border-color: #DA032B;
}
.TagClassName
{
border-color: #DA032B;
}
</style>