Shades of Crimson #D60043
Tints of Crimson #D60043
RGB
CMYK
RGB Variations
Color information
#D60043 (or 0xD60043) is known color: Crimson. HEX triplet: D6, 00 and 43. RGB value is (214,0,67). Sum of RGB (Red+Green+Blue) = 214+0+67=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D60043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60043 is #29FFBC. Grayscale: #474747. Windows color (decimal): -2752445 or 4391126. OLE color: 4391126.
HSL color Cylindrical-coordinate representation of color #D60043: hue angle of 341.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60043 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.69 | 0.16 |
| HSL | 341.22º | 1% | 0.42% | - |
| HSV(B) | 341.22º | 1% | 0.84% | - |
| XYZ | 28.74 | 14.7 | 6.63 | - |
| YUV | 71.62 | 125.4 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 67 | 0 | 1 | 0.69 | 0.16 | 341.22 | 1 | 0.42 |
| Hex | D6 | 0 | 43 | 0 | 64 | 45 | 10 | 155 | 64 | 2A |
| Octal | 326 | 0 | 103 | 0 | 144 | 105 | 20 | 525 | 144 | 52 |
| Binary | 11010110 | 0 | 1000011 | 0 | 1100100 | 1000101 | 10000 | 101010101 | 1100100 | 101010 |
Color Harmonies of #D60043
Complementary color
Monochromatic Colors of #D60043
Black with #D60043
Text Example
Text Example
White with #D60043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60043; }
p { color: rgb(214,0,67); }
H1.HeaderClassName
{
color: #D60043;
}
.AnyTagClassName
{
color: #D60043;
}
</style>
background-color css
<style>
a { background-color: #D60043; }
a { background-color: rgb(214,0,67); }
div.DivClassName
{
background-color: #D60043;
}
.BgClassName
{
background-color: #D60043;
}
</style>
border-color css
<style>
span { border-color: #D60043; }
span { border-color: rgb(214,0,67); }
td.TdClassName
{
border-color: #D60043;
}
.TagClassName
{
border-color: #D60043;
}
</style>