Shades of Crimson #D81D4B
Tints of Crimson #D81D4B
RGB
CMYK
RGB Variations
Color information
#D81D4B (or 0xD81D4B) is known color: Crimson. HEX triplet: D8, 1D and 4B. RGB value is (216,29,75). Sum of RGB (Red+Green+Blue) = 216+29+75=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D4B is #27E2B4. Grayscale: #5A5A5A. Windows color (decimal): -2613941 or 4922840. OLE color: 4922840.
HSL color Cylindrical-coordinate representation of color #D81D4B: hue angle of 345.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D4B is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 75 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.15 |
| HSL | 345.24º | 0.76% | 0.48% | - |
| HSV(B) | 345.24º | 0.87% | 0.85% | - |
| XYZ | 30.03 | 15.99 | 8.16 | - |
| YUV | 90.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 75 | 0 | 0.87 | 0.65 | 0.15 | 345.24 | 0.76 | 0.48 |
| Hex | D8 | 1D | 4B | 0 | 57 | 41 | F | 159 | 4C | 30 |
| Octal | 330 | 35 | 113 | 0 | 127 | 101 | 17 | 531 | 114 | 60 |
| Binary | 11011000 | 11101 | 1001011 | 0 | 1010111 | 1000001 | 1111 | 101011001 | 1001100 | 110000 |
Color Harmonies of #D81D4B
Complementary color
Monochromatic Colors of #D81D4B
Black with #D81D4B
Text Example
Text Example
White with #D81D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D4B; }
p { color: rgb(216,29,75); }
H1.HeaderClassName
{
color: #D81D4B;
}
.AnyTagClassName
{
color: #D81D4B;
}
</style>
background-color css
<style>
a { background-color: #D81D4B; }
a { background-color: rgb(216,29,75); }
div.DivClassName
{
background-color: #D81D4B;
}
.BgClassName
{
background-color: #D81D4B;
}
</style>
border-color css
<style>
span { border-color: #D81D4B; }
span { border-color: rgb(216,29,75); }
td.TdClassName
{
border-color: #D81D4B;
}
.TagClassName
{
border-color: #D81D4B;
}
</style>