Shades of Crimson #D81A2F
Tints of Crimson #D81A2F
RGB
CMYK
RGB Variations
Color information
#D81A2F (or 0xD81A2F) is known color: Crimson. HEX triplet: D8, 1A and 2F. RGB value is (216,26,47). Sum of RGB (Red+Green+Blue) = 216+26+47=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A2F is #27E5D0. Grayscale: #555555. Windows color (decimal): -2614737 or 3087064. OLE color: 3087064.
HSL color Cylindrical-coordinate representation of color #D81A2F: hue angle of 353.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A2F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 47 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.15 |
| HSL | 353.37º | 0.79% | 0.47% | - |
| HSV(B) | 353.37º | 0.88% | 0.85% | - |
| XYZ | 29.2 | 15.54 | 4.15 | - |
| YUV | 85.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 47 | 0 | 0.88 | 0.78 | 0.15 | 353.37 | 0.79 | 0.47 |
| Hex | D8 | 1A | 2F | 0 | 58 | 4E | F | 161 | 4F | 2F |
| Octal | 330 | 32 | 57 | 0 | 130 | 116 | 17 | 541 | 117 | 57 |
| Binary | 11011000 | 11010 | 101111 | 0 | 1011000 | 1001110 | 1111 | 101100001 | 1001111 | 101111 |
Color Harmonies of #D81A2F
Complementary color
Monochromatic Colors of #D81A2F
Black with #D81A2F
Text Example
Text Example
White with #D81A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A2F; }
p { color: rgb(216,26,47); }
H1.HeaderClassName
{
color: #D81A2F;
}
.AnyTagClassName
{
color: #D81A2F;
}
</style>
background-color css
<style>
a { background-color: #D81A2F; }
a { background-color: rgb(216,26,47); }
div.DivClassName
{
background-color: #D81A2F;
}
.BgClassName
{
background-color: #D81A2F;
}
</style>
border-color css
<style>
span { border-color: #D81A2F; }
span { border-color: rgb(216,26,47); }
td.TdClassName
{
border-color: #D81A2F;
}
.TagClassName
{
border-color: #D81A2F;
}
</style>