Shades of Crimson #D60437
Tints of Crimson #D60437
RGB
CMYK
RGB Variations
Color information
#D60437 (or 0xD60437) is known color: Crimson. HEX triplet: D6, 04 and 37. RGB value is (214,4,55). Sum of RGB (Red+Green+Blue) = 214+4+55=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D60437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60437 is #29FBC8. Grayscale: #484848. Windows color (decimal): -2751433 or 3605718. OLE color: 3605718.
HSL color Cylindrical-coordinate representation of color #D60437: hue angle of 345.43º 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 #D60437 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.16 |
| HSL | 345.43º | 0.96% | 0.43% | - |
| HSV(B) | 345.43º | 0.98% | 0.84% | - |
| XYZ | 28.46 | 14.66 | 4.94 | - |
| YUV | 72.6 | 118.07 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 55 | 0 | 0.98 | 0.74 | 0.16 | 345.43 | 0.96 | 0.43 |
| Hex | D6 | 4 | 37 | 0 | 62 | 4A | 10 | 159 | 60 | 2B |
| Octal | 326 | 4 | 67 | 0 | 142 | 112 | 20 | 531 | 140 | 53 |
| Binary | 11010110 | 100 | 110111 | 0 | 1100010 | 1001010 | 10000 | 101011001 | 1100000 | 101011 |
Color Harmonies of #D60437
Complementary color
Monochromatic Colors of #D60437
Black with #D60437
Text Example
Text Example
White with #D60437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60437; }
p { color: rgb(214,4,55); }
H1.HeaderClassName
{
color: #D60437;
}
.AnyTagClassName
{
color: #D60437;
}
</style>
background-color css
<style>
a { background-color: #D60437; }
a { background-color: rgb(214,4,55); }
div.DivClassName
{
background-color: #D60437;
}
.BgClassName
{
background-color: #D60437;
}
</style>
border-color css
<style>
span { border-color: #D60437; }
span { border-color: rgb(214,4,55); }
td.TdClassName
{
border-color: #D60437;
}
.TagClassName
{
border-color: #D60437;
}
</style>