Shades of Crimson #D30F2F
Tints of Crimson #D30F2F
RGB
CMYK
RGB Variations
Color information
#D30F2F (or 0xD30F2F) is known color: Crimson. HEX triplet: D3, 0F and 2F. RGB value is (211,15,47). Sum of RGB (Red+Green+Blue) = 211+15+47=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F2F is #2CF0D0. Grayscale: #4D4D4D. Windows color (decimal): -2945233 or 3084243. OLE color: 3084243.
HSL color Cylindrical-coordinate representation of color #D30F2F: hue angle of 350.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30F2F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 47 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.17 |
| HSL | 350.2º | 0.87% | 0.44% | - |
| HSV(B) | 350.2º | 0.93% | 0.83% | - |
| XYZ | 27.55 | 14.4 | 4.02 | - |
| YUV | 77.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 47 | 0 | 0.93 | 0.78 | 0.17 | 350.2 | 0.87 | 0.44 |
| Hex | D3 | F | 2F | 0 | 5D | 4E | 11 | 15E | 57 | 2C |
| Octal | 323 | 17 | 57 | 0 | 135 | 116 | 21 | 536 | 127 | 54 |
| Binary | 11010011 | 1111 | 101111 | 0 | 1011101 | 1001110 | 10001 | 101011110 | 1010111 | 101100 |
Color Harmonies of #D30F2F
Complementary color
Monochromatic Colors of #D30F2F
Black with #D30F2F
Text Example
Text Example
White with #D30F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F2F; }
p { color: rgb(211,15,47); }
H1.HeaderClassName
{
color: #D30F2F;
}
.AnyTagClassName
{
color: #D30F2F;
}
</style>
background-color css
<style>
a { background-color: #D30F2F; }
a { background-color: rgb(211,15,47); }
div.DivClassName
{
background-color: #D30F2F;
}
.BgClassName
{
background-color: #D30F2F;
}
</style>
border-color css
<style>
span { border-color: #D30F2F; }
span { border-color: rgb(211,15,47); }
td.TdClassName
{
border-color: #D30F2F;
}
.TagClassName
{
border-color: #D30F2F;
}
</style>