Shades of Crimson #D81243
Tints of Crimson #D81243
RGB
CMYK
RGB Variations
Color information
#D81243 (or 0xD81243) is known color: Crimson. HEX triplet: D8, 12 and 43. RGB value is (216,18,67). Sum of RGB (Red+Green+Blue) = 216+18+67=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D81243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81243 is #27EDBC. Grayscale: #525252. Windows color (decimal): -2616765 or 4395736. OLE color: 4395736.
HSL color Cylindrical-coordinate representation of color #D81243: hue angle of 345.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81243 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 67 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.15 |
| HSL | 345.15º | 0.85% | 0.46% | - |
| HSV(B) | 345.15º | 0.92% | 0.85% | - |
| XYZ | 29.55 | 15.44 | 6.73 | - |
| YUV | 82.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 67 | 0 | 0.92 | 0.69 | 0.15 | 345.15 | 0.85 | 0.46 |
| Hex | D8 | 12 | 43 | 0 | 5C | 45 | F | 159 | 55 | 2E |
| Octal | 330 | 22 | 103 | 0 | 134 | 105 | 17 | 531 | 125 | 56 |
| Binary | 11011000 | 10010 | 1000011 | 0 | 1011100 | 1000101 | 1111 | 101011001 | 1010101 | 101110 |
Color Harmonies of #D81243
Complementary color
Monochromatic Colors of #D81243
Black with #D81243
Text Example
Text Example
White with #D81243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81243; }
p { color: rgb(216,18,67); }
H1.HeaderClassName
{
color: #D81243;
}
.AnyTagClassName
{
color: #D81243;
}
</style>
background-color css
<style>
a { background-color: #D81243; }
a { background-color: rgb(216,18,67); }
div.DivClassName
{
background-color: #D81243;
}
.BgClassName
{
background-color: #D81243;
}
</style>
border-color css
<style>
span { border-color: #D81243; }
span { border-color: rgb(216,18,67); }
td.TdClassName
{
border-color: #D81243;
}
.TagClassName
{
border-color: #D81243;
}
</style>