Shades of Crimson #D60D4B
Tints of Crimson #D60D4B
RGB
CMYK
RGB Variations
Color information
#D60D4B (or 0xD60D4B) is known color: Crimson. HEX triplet: D6, 0D and 4B. RGB value is (214,13,75). Sum of RGB (Red+Green+Blue) = 214+13+75=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D4B is #29F2B4. Grayscale: #505050. Windows color (decimal): -2749109 or 4918742. OLE color: 4918742.
HSL color Cylindrical-coordinate representation of color #D60D4B: hue angle of 341.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D4B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 75 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.16 |
| HSL | 341.49º | 0.89% | 0.45% | - |
| HSV(B) | 341.49º | 0.94% | 0.84% | - |
| XYZ | 29.15 | 15.09 | 8.03 | - |
| YUV | 80.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 75 | 0 | 0.94 | 0.65 | 0.16 | 341.49 | 0.89 | 0.45 |
| Hex | D6 | D | 4B | 0 | 5E | 41 | 10 | 155 | 59 | 2D |
| Octal | 326 | 15 | 113 | 0 | 136 | 101 | 20 | 525 | 131 | 55 |
| Binary | 11010110 | 1101 | 1001011 | 0 | 1011110 | 1000001 | 10000 | 101010101 | 1011001 | 101101 |
Color Harmonies of #D60D4B
Complementary color
Monochromatic Colors of #D60D4B
Black with #D60D4B
Text Example
Text Example
White with #D60D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D4B; }
p { color: rgb(214,13,75); }
H1.HeaderClassName
{
color: #D60D4B;
}
.AnyTagClassName
{
color: #D60D4B;
}
</style>
background-color css
<style>
a { background-color: #D60D4B; }
a { background-color: rgb(214,13,75); }
div.DivClassName
{
background-color: #D60D4B;
}
.BgClassName
{
background-color: #D60D4B;
}
</style>
border-color css
<style>
span { border-color: #D60D4B; }
span { border-color: rgb(214,13,75); }
td.TdClassName
{
border-color: #D60D4B;
}
.TagClassName
{
border-color: #D60D4B;
}
</style>