Shades of Crimson #D60C4B
Tints of Crimson #D60C4B
RGB
CMYK
RGB Variations
Color information
#D60C4B (or 0xD60C4B) is known color: Crimson. HEX triplet: D6, 0C and 4B. RGB value is (214,12,75). Sum of RGB (Red+Green+Blue) = 214+12+75=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C4B is #29F3B4. Grayscale: #4F4F4F. Windows color (decimal): -2749365 or 4918486. OLE color: 4918486.
HSL color Cylindrical-coordinate representation of color #D60C4B: hue angle of 341.29º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C4B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 75 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.16 |
| HSL | 341.29º | 0.89% | 0.44% | - |
| HSV(B) | 341.29º | 0.94% | 0.84% | - |
| XYZ | 29.13 | 15.07 | 8.03 | - |
| YUV | 79.58 | 125.42 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 75 | 0 | 0.94 | 0.65 | 0.16 | 341.29 | 0.89 | 0.44 |
| Hex | D6 | C | 4B | 0 | 5E | 41 | 10 | 155 | 59 | 2C |
| Octal | 326 | 14 | 113 | 0 | 136 | 101 | 20 | 525 | 131 | 54 |
| Binary | 11010110 | 1100 | 1001011 | 0 | 1011110 | 1000001 | 10000 | 101010101 | 1011001 | 101100 |
Color Harmonies of #D60C4B
Complementary color
Monochromatic Colors of #D60C4B
Black with #D60C4B
Text Example
Text Example
White with #D60C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C4B; }
p { color: rgb(214,12,75); }
H1.HeaderClassName
{
color: #D60C4B;
}
.AnyTagClassName
{
color: #D60C4B;
}
</style>
background-color css
<style>
a { background-color: #D60C4B; }
a { background-color: rgb(214,12,75); }
div.DivClassName
{
background-color: #D60C4B;
}
.BgClassName
{
background-color: #D60C4B;
}
</style>
border-color css
<style>
span { border-color: #D60C4B; }
span { border-color: rgb(214,12,75); }
td.TdClassName
{
border-color: #D60C4B;
}
.TagClassName
{
border-color: #D60C4B;
}
</style>