Shades of Crimson #D70043
Tints of Crimson #D70043
RGB
CMYK
RGB Variations
Color information
#D70043 (or 0xD70043) is known color: Crimson. HEX triplet: D7, 00 and 43. RGB value is (215,0,67). Sum of RGB (Red+Green+Blue) = 215+0+67=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D70043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70043 is #28FFBC. Grayscale: #474747. Windows color (decimal): -2686909 or 4391127. OLE color: 4391127.
HSL color Cylindrical-coordinate representation of color #D70043: hue angle of 341.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70043 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.69 | 0.16 |
| HSL | 341.3º | 1% | 0.42% | - |
| HSV(B) | 341.3º | 1% | 0.84% | - |
| XYZ | 29.04 | 14.85 | 6.65 | - |
| YUV | 71.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 67 | 0 | 1 | 0.69 | 0.16 | 341.3 | 1 | 0.42 |
| Hex | D7 | 0 | 43 | 0 | 64 | 45 | 10 | 155 | 64 | 2A |
| Octal | 327 | 0 | 103 | 0 | 144 | 105 | 20 | 525 | 144 | 52 |
| Binary | 11010111 | 0 | 1000011 | 0 | 1100100 | 1000101 | 10000 | 101010101 | 1100100 | 101010 |
Color Harmonies of #D70043
Complementary color
Monochromatic Colors of #D70043
Black with #D70043
Text Example
Text Example
White with #D70043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70043; }
p { color: rgb(215,0,67); }
H1.HeaderClassName
{
color: #D70043;
}
.AnyTagClassName
{
color: #D70043;
}
</style>
background-color css
<style>
a { background-color: #D70043; }
a { background-color: rgb(215,0,67); }
div.DivClassName
{
background-color: #D70043;
}
.BgClassName
{
background-color: #D70043;
}
</style>
border-color css
<style>
span { border-color: #D70043; }
span { border-color: rgb(215,0,67); }
td.TdClassName
{
border-color: #D70043;
}
.TagClassName
{
border-color: #D70043;
}
</style>