Shades of Crimson #D81A30
Tints of Crimson #D81A30
RGB
CMYK
RGB Variations
Color information
#D81A30 (or 0xD81A30) is known color: Crimson. HEX triplet: D8, 1A and 30. RGB value is (216,26,48). Sum of RGB (Red+Green+Blue) = 216+26+48=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A30 is #27E5CF. Grayscale: #555555. Windows color (decimal): -2614736 or 3152600. OLE color: 3152600.
HSL color Cylindrical-coordinate representation of color #D81A30: hue angle of 353.05º 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 #D81A30 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 48 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.15 |
| HSL | 353.05º | 0.79% | 0.47% | - |
| HSV(B) | 353.05º | 0.88% | 0.85% | - |
| XYZ | 29.22 | 15.55 | 4.26 | - |
| YUV | 85.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 48 | 0 | 0.88 | 0.78 | 0.15 | 353.05 | 0.79 | 0.47 |
| Hex | D8 | 1A | 30 | 0 | 58 | 4E | F | 161 | 4F | 2F |
| Octal | 330 | 32 | 60 | 0 | 130 | 116 | 17 | 541 | 117 | 57 |
| Binary | 11011000 | 11010 | 110000 | 0 | 1011000 | 1001110 | 1111 | 101100001 | 1001111 | 101111 |
Color Harmonies of #D81A30
Complementary color
Monochromatic Colors of #D81A30
Black with #D81A30
Text Example
Text Example
White with #D81A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A30; }
p { color: rgb(216,26,48); }
H1.HeaderClassName
{
color: #D81A30;
}
.AnyTagClassName
{
color: #D81A30;
}
</style>
background-color css
<style>
a { background-color: #D81A30; }
a { background-color: rgb(216,26,48); }
div.DivClassName
{
background-color: #D81A30;
}
.BgClassName
{
background-color: #D81A30;
}
</style>
border-color css
<style>
span { border-color: #D81A30; }
span { border-color: rgb(216,26,48); }
td.TdClassName
{
border-color: #D81A30;
}
.TagClassName
{
border-color: #D81A30;
}
</style>