Shades of Crimson #D81F43
Tints of Crimson #D81F43
RGB
CMYK
RGB Variations
Color information
#D81F43 (or 0xD81F43) is known color: Crimson. HEX triplet: D8, 1F and 43. RGB value is (216,31,67). Sum of RGB (Red+Green+Blue) = 216+31+67=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F43 is #27E0BC. Grayscale: #5A5A5A. Windows color (decimal): -2613437 or 4399064. OLE color: 4399064.
HSL color Cylindrical-coordinate representation of color #D81F43: hue angle of 348.32º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F43 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 67 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.15 |
| HSL | 348.32º | 0.75% | 0.48% | - |
| HSV(B) | 348.32º | 0.86% | 0.85% | - |
| XYZ | 29.82 | 15.98 | 6.82 | - |
| YUV | 90.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 67 | 0 | 0.86 | 0.69 | 0.15 | 348.32 | 0.75 | 0.48 |
| Hex | D8 | 1F | 43 | 0 | 56 | 45 | F | 15C | 4B | 30 |
| Octal | 330 | 37 | 103 | 0 | 126 | 105 | 17 | 534 | 113 | 60 |
| Binary | 11011000 | 11111 | 1000011 | 0 | 1010110 | 1000101 | 1111 | 101011100 | 1001011 | 110000 |
Color Harmonies of #D81F43
Complementary color
Monochromatic Colors of #D81F43
Black with #D81F43
Text Example
Text Example
White with #D81F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F43; }
p { color: rgb(216,31,67); }
H1.HeaderClassName
{
color: #D81F43;
}
.AnyTagClassName
{
color: #D81F43;
}
</style>
background-color css
<style>
a { background-color: #D81F43; }
a { background-color: rgb(216,31,67); }
div.DivClassName
{
background-color: #D81F43;
}
.BgClassName
{
background-color: #D81F43;
}
</style>
border-color css
<style>
span { border-color: #D81F43; }
span { border-color: rgb(216,31,67); }
td.TdClassName
{
border-color: #D81F43;
}
.TagClassName
{
border-color: #D81F43;
}
</style>