Shades of Crimson #D6043A
Tints of Crimson #D6043A
RGB
CMYK
RGB Variations
Color information
#D6043A (or 0xD6043A) is known color: Crimson. HEX triplet: D6, 04 and 3A. RGB value is (214,4,58). Sum of RGB (Red+Green+Blue) = 214+4+58=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6043A is #29FBC5. Grayscale: #484848. Windows color (decimal): -2751430 or 3802326. OLE color: 3802326.
HSL color Cylindrical-coordinate representation of color #D6043A: hue angle of 344.57º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6043A is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.16 |
| HSL | 344.57º | 0.96% | 0.43% | - |
| HSV(B) | 344.57º | 0.98% | 0.84% | - |
| XYZ | 28.54 | 14.69 | 5.33 | - |
| YUV | 72.95 | 119.57 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 58 | 0 | 0.98 | 0.73 | 0.16 | 344.57 | 0.96 | 0.43 |
| Hex | D6 | 4 | 3A | 0 | 62 | 49 | 10 | 159 | 60 | 2B |
| Octal | 326 | 4 | 72 | 0 | 142 | 111 | 20 | 531 | 140 | 53 |
| Binary | 11010110 | 100 | 111010 | 0 | 1100010 | 1001001 | 10000 | 101011001 | 1100000 | 101011 |
Color Harmonies of #D6043A
Complementary color
Monochromatic Colors of #D6043A
Black with #D6043A
Text Example
Text Example
White with #D6043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6043A; }
p { color: rgb(214,4,58); }
H1.HeaderClassName
{
color: #D6043A;
}
.AnyTagClassName
{
color: #D6043A;
}
</style>
background-color css
<style>
a { background-color: #D6043A; }
a { background-color: rgb(214,4,58); }
div.DivClassName
{
background-color: #D6043A;
}
.BgClassName
{
background-color: #D6043A;
}
</style>
border-color css
<style>
span { border-color: #D6043A; }
span { border-color: rgb(214,4,58); }
td.TdClassName
{
border-color: #D6043A;
}
.TagClassName
{
border-color: #D6043A;
}
</style>