Shades of Crimson #DA022F
Tints of Crimson #DA022F
RGB
CMYK
RGB Variations
Color information
#DA022F (or 0xDA022F) is known color: Crimson. HEX triplet: DA, 02 and 2F. RGB value is (218,2,47). Sum of RGB (Red+Green+Blue) = 218+2+47=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA022F is #25FDD0. Grayscale: #474747. Windows color (decimal): -2489809 or 3080922. OLE color: 3080922.
HSL color Cylindrical-coordinate representation of color #DA022F: hue angle of 347.5º 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 #DA022F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.15 |
| HSL | 347.5º | 0.98% | 0.43% | - |
| HSV(B) | 347.5º | 0.99% | 0.85% | - |
| XYZ | 29.45 | 15.15 | 4.06 | - |
| YUV | 71.71 | 114.06 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 47 | 0 | 0.99 | 0.78 | 0.15 | 347.5 | 0.98 | 0.43 |
| Hex | DA | 2 | 2F | 0 | 63 | 4E | F | 15C | 62 | 2B |
| Octal | 332 | 2 | 57 | 0 | 143 | 116 | 17 | 534 | 142 | 53 |
| Binary | 11011010 | 10 | 101111 | 0 | 1100011 | 1001110 | 1111 | 101011100 | 1100010 | 101011 |
Color Harmonies of #DA022F
Complementary color
Monochromatic Colors of #DA022F
Black with #DA022F
Text Example
Text Example
White with #DA022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA022F; }
p { color: rgb(218,2,47); }
H1.HeaderClassName
{
color: #DA022F;
}
.AnyTagClassName
{
color: #DA022F;
}
</style>
background-color css
<style>
a { background-color: #DA022F; }
a { background-color: rgb(218,2,47); }
div.DivClassName
{
background-color: #DA022F;
}
.BgClassName
{
background-color: #DA022F;
}
</style>
border-color css
<style>
span { border-color: #DA022F; }
span { border-color: rgb(218,2,47); }
td.TdClassName
{
border-color: #DA022F;
}
.TagClassName
{
border-color: #DA022F;
}
</style>