Shades of Crimson #D60B2E
Tints of Crimson #D60B2E
RGB
CMYK
RGB Variations
Color information
#D60B2E (or 0xD60B2E) is known color: Crimson. HEX triplet: D6, 0B and 2E. RGB value is (214,11,46). Sum of RGB (Red+Green+Blue) = 214+11+46=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B2E is #29F4D1. Grayscale: #4B4B4B. Windows color (decimal): -2749650 or 3017686. OLE color: 3017686.
HSL color Cylindrical-coordinate representation of color #D60B2E: hue angle of 349.66º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B2E is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 46 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.16 |
| HSL | 349.66º | 0.9% | 0.44% | - |
| HSV(B) | 349.66º | 0.95% | 0.84% | - |
| XYZ | 28.34 | 14.73 | 3.93 | - |
| YUV | 75.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 46 | 0 | 0.95 | 0.79 | 0.16 | 349.66 | 0.9 | 0.44 |
| Hex | D6 | B | 2E | 0 | 5F | 4F | 10 | 15E | 5A | 2C |
| Octal | 326 | 13 | 56 | 0 | 137 | 117 | 20 | 536 | 132 | 54 |
| Binary | 11010110 | 1011 | 101110 | 0 | 1011111 | 1001111 | 10000 | 101011110 | 1011010 | 101100 |
Color Harmonies of #D60B2E
Complementary color
Monochromatic Colors of #D60B2E
Black with #D60B2E
Text Example
Text Example
White with #D60B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B2E; }
p { color: rgb(214,11,46); }
H1.HeaderClassName
{
color: #D60B2E;
}
.AnyTagClassName
{
color: #D60B2E;
}
</style>
background-color css
<style>
a { background-color: #D60B2E; }
a { background-color: rgb(214,11,46); }
div.DivClassName
{
background-color: #D60B2E;
}
.BgClassName
{
background-color: #D60B2E;
}
</style>
border-color css
<style>
span { border-color: #D60B2E; }
span { border-color: rgb(214,11,46); }
td.TdClassName
{
border-color: #D60B2E;
}
.TagClassName
{
border-color: #D60B2E;
}
</style>