Shades of Crimson #D30E2F
Tints of Crimson #D30E2F
RGB
CMYK
RGB Variations
Color information
#D30E2F (or 0xD30E2F) is known color: Crimson. HEX triplet: D3, 0E and 2F. RGB value is (211,14,47). Sum of RGB (Red+Green+Blue) = 211+14+47=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30E2F is #2CF1D0. Grayscale: #4C4C4C. Windows color (decimal): -2945489 or 3083987. OLE color: 3083987.
HSL color Cylindrical-coordinate representation of color #D30E2F: hue angle of 349.95º degrees, saturation: 0.88, 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 #D30E2F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 47 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.17 |
| HSL | 349.95º | 0.88% | 0.44% | - |
| HSV(B) | 349.95º | 0.93% | 0.83% | - |
| XYZ | 27.53 | 14.37 | 4.01 | - |
| YUV | 76.67 | 111.27 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 47 | 0 | 0.93 | 0.78 | 0.17 | 349.95 | 0.88 | 0.44 |
| Hex | D3 | E | 2F | 0 | 5D | 4E | 11 | 15E | 58 | 2C |
| Octal | 323 | 16 | 57 | 0 | 135 | 116 | 21 | 536 | 130 | 54 |
| Binary | 11010011 | 1110 | 101111 | 0 | 1011101 | 1001110 | 10001 | 101011110 | 1011000 | 101100 |
Color Harmonies of #D30E2F
Complementary color
Monochromatic Colors of #D30E2F
Black with #D30E2F
Text Example
Text Example
White with #D30E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30E2F; }
p { color: rgb(211,14,47); }
H1.HeaderClassName
{
color: #D30E2F;
}
.AnyTagClassName
{
color: #D30E2F;
}
</style>
background-color css
<style>
a { background-color: #D30E2F; }
a { background-color: rgb(211,14,47); }
div.DivClassName
{
background-color: #D30E2F;
}
.BgClassName
{
background-color: #D30E2F;
}
</style>
border-color css
<style>
span { border-color: #D30E2F; }
span { border-color: rgb(211,14,47); }
td.TdClassName
{
border-color: #D30E2F;
}
.TagClassName
{
border-color: #D30E2F;
}
</style>