Shades of Crimson #D30930
Tints of Crimson #D30930
RGB
CMYK
RGB Variations
Color information
#D30930 (or 0xD30930) is known color: Crimson. HEX triplet: D3, 09 and 30. RGB value is (211,9,48). Sum of RGB (Red+Green+Blue) = 211+9+48=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D30930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30930 is #2CF6CF. Grayscale: #494949. Windows color (decimal): -2946768 or 3148243. OLE color: 3148243.
HSL color Cylindrical-coordinate representation of color #D30930: hue angle of 348.42º degrees, saturation: 0.92, 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 #D30930 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 48 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.17 |
| HSL | 348.42º | 0.92% | 0.43% | - |
| HSV(B) | 348.42º | 0.96% | 0.83% | - |
| XYZ | 27.5 | 14.26 | 4.1 | - |
| YUV | 73.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 48 | 0 | 0.96 | 0.77 | 0.17 | 348.42 | 0.92 | 0.43 |
| Hex | D3 | 9 | 30 | 0 | 60 | 4D | 11 | 15C | 5C | 2B |
| Octal | 323 | 11 | 60 | 0 | 140 | 115 | 21 | 534 | 134 | 53 |
| Binary | 11010011 | 1001 | 110000 | 0 | 1100000 | 1001101 | 10001 | 101011100 | 1011100 | 101011 |
Color Harmonies of #D30930
Complementary color
Monochromatic Colors of #D30930
Black with #D30930
Text Example
Text Example
White with #D30930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30930; }
p { color: rgb(211,9,48); }
H1.HeaderClassName
{
color: #D30930;
}
.AnyTagClassName
{
color: #D30930;
}
</style>
background-color css
<style>
a { background-color: #D30930; }
a { background-color: rgb(211,9,48); }
div.DivClassName
{
background-color: #D30930;
}
.BgClassName
{
background-color: #D30930;
}
</style>
border-color css
<style>
span { border-color: #D30930; }
span { border-color: rgb(211,9,48); }
td.TdClassName
{
border-color: #D30930;
}
.TagClassName
{
border-color: #D30930;
}
</style>