Shades of Crimson #D71343
Tints of Crimson #D71343
RGB
CMYK
RGB Variations
Color information
#D71343 (or 0xD71343) is known color: Crimson. HEX triplet: D7, 13 and 43. RGB value is (215,19,67). Sum of RGB (Red+Green+Blue) = 215+19+67=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D71343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71343 is #28ECBC. Grayscale: #535353. Windows color (decimal): -2682045 or 4395991. OLE color: 4395991.
HSL color Cylindrical-coordinate representation of color #D71343: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71343 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 67 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.16 |
| HSL | 345.31º | 0.84% | 0.46% | - |
| HSV(B) | 345.31º | 0.91% | 0.84% | - |
| XYZ | 29.27 | 15.32 | 6.72 | - |
| YUV | 83.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 67 | 0 | 0.91 | 0.69 | 0.16 | 345.31 | 0.84 | 0.46 |
| Hex | D7 | 13 | 43 | 0 | 5B | 45 | 10 | 159 | 54 | 2E |
| Octal | 327 | 23 | 103 | 0 | 133 | 105 | 20 | 531 | 124 | 56 |
| Binary | 11010111 | 10011 | 1000011 | 0 | 1011011 | 1000101 | 10000 | 101011001 | 1010100 | 101110 |
Color Harmonies of #D71343
Complementary color
Monochromatic Colors of #D71343
Black with #D71343
Text Example
Text Example
White with #D71343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71343; }
p { color: rgb(215,19,67); }
H1.HeaderClassName
{
color: #D71343;
}
.AnyTagClassName
{
color: #D71343;
}
</style>
background-color css
<style>
a { background-color: #D71343; }
a { background-color: rgb(215,19,67); }
div.DivClassName
{
background-color: #D71343;
}
.BgClassName
{
background-color: #D71343;
}
</style>
border-color css
<style>
span { border-color: #D71343; }
span { border-color: rgb(215,19,67); }
td.TdClassName
{
border-color: #D71343;
}
.TagClassName
{
border-color: #D71343;
}
</style>