Shades of Crimson #D30845
Tints of Crimson #D30845
RGB
CMYK
RGB Variations
Color information
#D30845 (or 0xD30845) is known color: Crimson. HEX triplet: D3, 08 and 45. RGB value is (211,8,69). Sum of RGB (Red+Green+Blue) = 211+8+69=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D30845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30845 is #2CF7BA. Grayscale: #4B4B4B. Windows color (decimal): -2947003 or 4524243. OLE color: 4524243.
HSL color Cylindrical-coordinate representation of color #D30845: hue angle of 341.97º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30845 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.17 |
| HSL | 341.97º | 0.93% | 0.43% | - |
| HSV(B) | 341.97º | 0.96% | 0.83% | - |
| XYZ | 28.02 | 14.45 | 6.94 | - |
| YUV | 75.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 69 | 0 | 0.96 | 0.67 | 0.17 | 341.97 | 0.93 | 0.43 |
| Hex | D3 | 8 | 45 | 0 | 60 | 43 | 11 | 156 | 5D | 2B |
| Octal | 323 | 10 | 105 | 0 | 140 | 103 | 21 | 526 | 135 | 53 |
| Binary | 11010011 | 1000 | 1000101 | 0 | 1100000 | 1000011 | 10001 | 101010110 | 1011101 | 101011 |
Color Harmonies of #D30845
Complementary color
Monochromatic Colors of #D30845
Black with #D30845
Text Example
Text Example
White with #D30845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30845; }
p { color: rgb(211,8,69); }
H1.HeaderClassName
{
color: #D30845;
}
.AnyTagClassName
{
color: #D30845;
}
</style>
background-color css
<style>
a { background-color: #D30845; }
a { background-color: rgb(211,8,69); }
div.DivClassName
{
background-color: #D30845;
}
.BgClassName
{
background-color: #D30845;
}
</style>
border-color css
<style>
span { border-color: #D30845; }
span { border-color: rgb(211,8,69); }
td.TdClassName
{
border-color: #D30845;
}
.TagClassName
{
border-color: #D30845;
}
</style>