Shades of Crimson #D82341
Tints of Crimson #D82341
RGB
CMYK
RGB Variations
Color information
#D82341 (or 0xD82341) is known color: Crimson. HEX triplet: D8, 23 and 41. RGB value is (216,35,65). Sum of RGB (Red+Green+Blue) = 216+35+65=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D82341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82341 is #27DCBE. Grayscale: #5C5C5C. Windows color (decimal): -2612415 or 4269016. OLE color: 4269016.
HSL color Cylindrical-coordinate representation of color #D82341: hue angle of 350.06º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82341 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 65 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.15 |
| HSL | 350.06º | 0.72% | 0.49% | - |
| HSV(B) | 350.06º | 0.84% | 0.85% | - |
| XYZ | 29.87 | 16.18 | 6.55 | - |
| YUV | 92.54 | 112.47 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 65 | 0 | 0.84 | 0.70 | 0.15 | 350.06 | 0.72 | 0.49 |
| Hex | D8 | 23 | 41 | 0 | 54 | 46 | F | 15E | 48 | 31 |
| Octal | 330 | 43 | 101 | 0 | 124 | 106 | 17 | 536 | 110 | 61 |
| Binary | 11011000 | 100011 | 1000001 | 0 | 1010100 | 1000110 | 1111 | 101011110 | 1001000 | 110001 |
Color Harmonies of #D82341
Complementary color
Monochromatic Colors of #D82341
Black with #D82341
Text Example
Text Example
White with #D82341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82341; }
p { color: rgb(216,35,65); }
H1.HeaderClassName
{
color: #D82341;
}
.AnyTagClassName
{
color: #D82341;
}
</style>
background-color css
<style>
a { background-color: #D82341; }
a { background-color: rgb(216,35,65); }
div.DivClassName
{
background-color: #D82341;
}
.BgClassName
{
background-color: #D82341;
}
</style>
border-color css
<style>
span { border-color: #D82341; }
span { border-color: rgb(216,35,65); }
td.TdClassName
{
border-color: #D82341;
}
.TagClassName
{
border-color: #D82341;
}
</style>