Shades of Crimson #D70C4B
Tints of Crimson #D70C4B
RGB
CMYK
RGB Variations
Color information
#D70C4B (or 0xD70C4B) is known color: Crimson. HEX triplet: D7, 0C and 4B. RGB value is (215,12,75). Sum of RGB (Red+Green+Blue) = 215+12+75=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C4B is #28F3B4. Grayscale: #4F4F4F. Windows color (decimal): -2683829 or 4918487. OLE color: 4918487.
HSL color Cylindrical-coordinate representation of color #D70C4B: hue angle of 341.38º 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 #D70C4B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 75 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.16 |
| HSL | 341.38º | 0.89% | 0.45% | - |
| HSV(B) | 341.38º | 0.94% | 0.84% | - |
| XYZ | 29.43 | 15.22 | 8.04 | - |
| YUV | 79.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 75 | 0 | 0.94 | 0.65 | 0.16 | 341.38 | 0.89 | 0.45 |
| Hex | D7 | C | 4B | 0 | 5E | 41 | 10 | 155 | 59 | 2D |
| Octal | 327 | 14 | 113 | 0 | 136 | 101 | 20 | 525 | 131 | 55 |
| Binary | 11010111 | 1100 | 1001011 | 0 | 1011110 | 1000001 | 10000 | 101010101 | 1011001 | 101101 |
Color Harmonies of #D70C4B
Complementary color
Monochromatic Colors of #D70C4B
Black with #D70C4B
Text Example
Text Example
White with #D70C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C4B; }
p { color: rgb(215,12,75); }
H1.HeaderClassName
{
color: #D70C4B;
}
.AnyTagClassName
{
color: #D70C4B;
}
</style>
background-color css
<style>
a { background-color: #D70C4B; }
a { background-color: rgb(215,12,75); }
div.DivClassName
{
background-color: #D70C4B;
}
.BgClassName
{
background-color: #D70C4B;
}
</style>
border-color css
<style>
span { border-color: #D70C4B; }
span { border-color: rgb(215,12,75); }
td.TdClassName
{
border-color: #D70C4B;
}
.TagClassName
{
border-color: #D70C4B;
}
</style>