Shades of Crimson #D62043
Tints of Crimson #D62043
RGB
CMYK
RGB Variations
Color information
#D62043 (or 0xD62043) is known color: Crimson. HEX triplet: D6, 20 and 43. RGB value is (214,32,67). Sum of RGB (Red+Green+Blue) = 214+32+67=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D62043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62043 is #29DFBC. Grayscale: #5A5A5A. Windows color (decimal): -2744253 or 4399318. OLE color: 4399318.
HSL color Cylindrical-coordinate representation of color #D62043: hue angle of 348.46º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62043 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 67 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.16 |
| HSL | 348.46º | 0.74% | 0.48% | - |
| HSV(B) | 348.46º | 0.85% | 0.84% | - |
| XYZ | 29.26 | 15.73 | 6.81 | - |
| YUV | 90.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 67 | 0 | 0.85 | 0.69 | 0.16 | 348.46 | 0.74 | 0.48 |
| Hex | D6 | 20 | 43 | 0 | 55 | 45 | 10 | 15C | 4A | 30 |
| Octal | 326 | 40 | 103 | 0 | 125 | 105 | 20 | 534 | 112 | 60 |
| Binary | 11010110 | 100000 | 1000011 | 0 | 1010101 | 1000101 | 10000 | 101011100 | 1001010 | 110000 |
Color Harmonies of #D62043
Complementary color
Monochromatic Colors of #D62043
Black with #D62043
Text Example
Text Example
White with #D62043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62043; }
p { color: rgb(214,32,67); }
H1.HeaderClassName
{
color: #D62043;
}
.AnyTagClassName
{
color: #D62043;
}
</style>
background-color css
<style>
a { background-color: #D62043; }
a { background-color: rgb(214,32,67); }
div.DivClassName
{
background-color: #D62043;
}
.BgClassName
{
background-color: #D62043;
}
</style>
border-color css
<style>
span { border-color: #D62043; }
span { border-color: rgb(214,32,67); }
td.TdClassName
{
border-color: #D62043;
}
.TagClassName
{
border-color: #D62043;
}
</style>