Shades of Crimson #DA032F
Tints of Crimson #DA032F
RGB
CMYK
RGB Variations
Color information
#DA032F (or 0xDA032F) is known color: Crimson. HEX triplet: DA, 03 and 2F. RGB value is (218,3,47). Sum of RGB (Red+Green+Blue) = 218+3+47=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA032F is #25FCD0. Grayscale: #484848. Windows color (decimal): -2489553 or 3081178. OLE color: 3081178.
HSL color Cylindrical-coordinate representation of color #DA032F: hue angle of 347.72º 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 #DA032F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.15 |
| HSL | 347.72º | 0.97% | 0.43% | - |
| HSV(B) | 347.72º | 0.99% | 0.85% | - |
| XYZ | 29.46 | 15.18 | 4.07 | - |
| YUV | 72.3 | 113.73 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 47 | 0 | 0.99 | 0.78 | 0.15 | 347.72 | 0.97 | 0.43 |
| Hex | DA | 3 | 2F | 0 | 63 | 4E | F | 15C | 61 | 2B |
| Octal | 332 | 3 | 57 | 0 | 143 | 116 | 17 | 534 | 141 | 53 |
| Binary | 11011010 | 11 | 101111 | 0 | 1100011 | 1001110 | 1111 | 101011100 | 1100001 | 101011 |
Color Harmonies of #DA032F
Complementary color
Monochromatic Colors of #DA032F
Black with #DA032F
Text Example
Text Example
White with #DA032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA032F; }
p { color: rgb(218,3,47); }
H1.HeaderClassName
{
color: #DA032F;
}
.AnyTagClassName
{
color: #DA032F;
}
</style>
background-color css
<style>
a { background-color: #DA032F; }
a { background-color: rgb(218,3,47); }
div.DivClassName
{
background-color: #DA032F;
}
.BgClassName
{
background-color: #DA032F;
}
</style>
border-color css
<style>
span { border-color: #DA032F; }
span { border-color: rgb(218,3,47); }
td.TdClassName
{
border-color: #DA032F;
}
.TagClassName
{
border-color: #DA032F;
}
</style>