Shades of Crimson #D60536
Tints of Crimson #D60536
RGB
CMYK
RGB Variations
Color information
#D60536 (or 0xD60536) is known color: Crimson. HEX triplet: D6, 05 and 36. RGB value is (214,5,54). Sum of RGB (Red+Green+Blue) = 214+5+54=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D60536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60536 is #29FAC9. Grayscale: #494949. Windows color (decimal): -2751178 or 3540438. OLE color: 3540438.
HSL color Cylindrical-coordinate representation of color #D60536: hue angle of 345.93º degrees, saturation: 0.95, 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 #D60536 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.16 |
| HSL | 345.93º | 0.95% | 0.43% | - |
| HSV(B) | 345.93º | 0.98% | 0.84% | - |
| XYZ | 28.45 | 14.67 | 4.82 | - |
| YUV | 73.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 54 | 0 | 0.98 | 0.75 | 0.16 | 345.93 | 0.95 | 0.43 |
| Hex | D6 | 5 | 36 | 0 | 62 | 4B | 10 | 15A | 5F | 2B |
| Octal | 326 | 5 | 66 | 0 | 142 | 113 | 20 | 532 | 137 | 53 |
| Binary | 11010110 | 101 | 110110 | 0 | 1100010 | 1001011 | 10000 | 101011010 | 1011111 | 101011 |
Color Harmonies of #D60536
Complementary color
Monochromatic Colors of #D60536
Black with #D60536
Text Example
Text Example
White with #D60536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60536; }
p { color: rgb(214,5,54); }
H1.HeaderClassName
{
color: #D60536;
}
.AnyTagClassName
{
color: #D60536;
}
</style>
background-color css
<style>
a { background-color: #D60536; }
a { background-color: rgb(214,5,54); }
div.DivClassName
{
background-color: #D60536;
}
.BgClassName
{
background-color: #D60536;
}
</style>
border-color css
<style>
span { border-color: #D60536; }
span { border-color: rgb(214,5,54); }
td.TdClassName
{
border-color: #D60536;
}
.TagClassName
{
border-color: #D60536;
}
</style>