Shades of Crimson #DA072A
Tints of Crimson #DA072A
RGB
CMYK
RGB Variations
Color information
#DA072A (or 0xDA072A) is known color: Crimson. HEX triplet: DA, 07 and 2A. RGB value is (218,7,42). Sum of RGB (Red+Green+Blue) = 218+7+42=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA072A is #25F8D5. Grayscale: #4A4A4A. Windows color (decimal): -2488534 or 2754522. OLE color: 2754522.
HSL color Cylindrical-coordinate representation of color #DA072A: hue angle of 350.05º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA072A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 42 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.15 |
| HSL | 350.05º | 0.94% | 0.44% | - |
| HSV(B) | 350.05º | 0.97% | 0.85% | - |
| XYZ | 29.41 | 15.22 | 3.58 | - |
| YUV | 74.08 | 109.9 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 42 | 0 | 0.97 | 0.81 | 0.15 | 350.05 | 0.94 | 0.44 |
| Hex | DA | 7 | 2A | 0 | 61 | 51 | F | 15E | 5E | 2C |
| Octal | 332 | 7 | 52 | 0 | 141 | 121 | 17 | 536 | 136 | 54 |
| Binary | 11011010 | 111 | 101010 | 0 | 1100001 | 1010001 | 1111 | 101011110 | 1011110 | 101100 |
Color Harmonies of #DA072A
Complementary color
Monochromatic Colors of #DA072A
Black with #DA072A
Text Example
Text Example
White with #DA072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA072A; }
p { color: rgb(218,7,42); }
H1.HeaderClassName
{
color: #DA072A;
}
.AnyTagClassName
{
color: #DA072A;
}
</style>
background-color css
<style>
a { background-color: #DA072A; }
a { background-color: rgb(218,7,42); }
div.DivClassName
{
background-color: #DA072A;
}
.BgClassName
{
background-color: #DA072A;
}
</style>
border-color css
<style>
span { border-color: #DA072A; }
span { border-color: rgb(218,7,42); }
td.TdClassName
{
border-color: #DA072A;
}
.TagClassName
{
border-color: #DA072A;
}
</style>