Shades of Crimson #D81430
Tints of Crimson #D81430
RGB
CMYK
RGB Variations
Color information
#D81430 (or 0xD81430) is known color: Crimson. HEX triplet: D8, 14 and 30. RGB value is (216,20,48). Sum of RGB (Red+Green+Blue) = 216+20+48=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D81430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81430 is #27EBCF. Grayscale: #515151. Windows color (decimal): -2616272 or 3151064. OLE color: 3151064.
HSL color Cylindrical-coordinate representation of color #D81430: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81430 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.15 |
| HSL | 351.43º | 0.83% | 0.46% | - |
| HSV(B) | 351.43º | 0.91% | 0.85% | - |
| XYZ | 29.1 | 15.31 | 4.22 | - |
| YUV | 81.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 48 | 0 | 0.91 | 0.78 | 0.15 | 351.43 | 0.83 | 0.46 |
| Hex | D8 | 14 | 30 | 0 | 5B | 4E | F | 15F | 53 | 2E |
| Octal | 330 | 24 | 60 | 0 | 133 | 116 | 17 | 537 | 123 | 56 |
| Binary | 11011000 | 10100 | 110000 | 0 | 1011011 | 1001110 | 1111 | 101011111 | 1010011 | 101110 |
Color Harmonies of #D81430
Complementary color
Monochromatic Colors of #D81430
Black with #D81430
Text Example
Text Example
White with #D81430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81430; }
p { color: rgb(216,20,48); }
H1.HeaderClassName
{
color: #D81430;
}
.AnyTagClassName
{
color: #D81430;
}
</style>
background-color css
<style>
a { background-color: #D81430; }
a { background-color: rgb(216,20,48); }
div.DivClassName
{
background-color: #D81430;
}
.BgClassName
{
background-color: #D81430;
}
</style>
border-color css
<style>
span { border-color: #D81430; }
span { border-color: rgb(216,20,48); }
td.TdClassName
{
border-color: #D81430;
}
.TagClassName
{
border-color: #D81430;
}
</style>