Shades of Crimson #D6043D
Tints of Crimson #D6043D
RGB
CMYK
RGB Variations
Color information
#D6043D (or 0xD6043D) is known color: Crimson. HEX triplet: D6, 04 and 3D. RGB value is (214,4,61). Sum of RGB (Red+Green+Blue) = 214+4+61=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6043D is #29FBC2. Grayscale: #494949. Windows color (decimal): -2751427 or 3998934. OLE color: 3998934.
HSL color Cylindrical-coordinate representation of color #D6043D: hue angle of 343.71º 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 #D6043D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.16 |
| HSL | 343.71º | 0.96% | 0.43% | - |
| HSV(B) | 343.71º | 0.98% | 0.84% | - |
| XYZ | 28.62 | 14.72 | 5.75 | - |
| YUV | 73.29 | 121.07 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 61 | 0 | 0.98 | 0.71 | 0.16 | 343.71 | 0.96 | 0.43 |
| Hex | D6 | 4 | 3D | 0 | 62 | 47 | 10 | 158 | 60 | 2B |
| Octal | 326 | 4 | 75 | 0 | 142 | 107 | 20 | 530 | 140 | 53 |
| Binary | 11010110 | 100 | 111101 | 0 | 1100010 | 1000111 | 10000 | 101011000 | 1100000 | 101011 |
Color Harmonies of #D6043D
Complementary color
Monochromatic Colors of #D6043D
Black with #D6043D
Text Example
Text Example
White with #D6043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6043D; }
p { color: rgb(214,4,61); }
H1.HeaderClassName
{
color: #D6043D;
}
.AnyTagClassName
{
color: #D6043D;
}
</style>
background-color css
<style>
a { background-color: #D6043D; }
a { background-color: rgb(214,4,61); }
div.DivClassName
{
background-color: #D6043D;
}
.BgClassName
{
background-color: #D6043D;
}
</style>
border-color css
<style>
span { border-color: #D6043D; }
span { border-color: rgb(214,4,61); }
td.TdClassName
{
border-color: #D6043D;
}
.TagClassName
{
border-color: #D6043D;
}
</style>