Shades of Crimson #D30B2F
Tints of Crimson #D30B2F
RGB
CMYK
RGB Variations
Color information
#D30B2F (or 0xD30B2F) is known color: Crimson. HEX triplet: D3, 0B and 2F. RGB value is (211,11,47). Sum of RGB (Red+Green+Blue) = 211+11+47=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30B2F is #2CF4D0. Grayscale: #4A4A4A. Windows color (decimal): -2946257 or 3083219. OLE color: 3083219.
HSL color Cylindrical-coordinate representation of color #D30B2F: hue angle of 349.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30B2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.17 |
| HSL | 349.2º | 0.9% | 0.44% | - |
| HSV(B) | 349.2º | 0.95% | 0.83% | - |
| XYZ | 27.5 | 14.29 | 4 | - |
| YUV | 74.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 47 | 0 | 0.95 | 0.78 | 0.17 | 349.2 | 0.9 | 0.44 |
| Hex | D3 | B | 2F | 0 | 5F | 4E | 11 | 15D | 5A | 2C |
| Octal | 323 | 13 | 57 | 0 | 137 | 116 | 21 | 535 | 132 | 54 |
| Binary | 11010011 | 1011 | 101111 | 0 | 1011111 | 1001110 | 10001 | 101011101 | 1011010 | 101100 |
Color Harmonies of #D30B2F
Complementary color
Monochromatic Colors of #D30B2F
Black with #D30B2F
Text Example
Text Example
White with #D30B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B2F; }
p { color: rgb(211,11,47); }
H1.HeaderClassName
{
color: #D30B2F;
}
.AnyTagClassName
{
color: #D30B2F;
}
</style>
background-color css
<style>
a { background-color: #D30B2F; }
a { background-color: rgb(211,11,47); }
div.DivClassName
{
background-color: #D30B2F;
}
.BgClassName
{
background-color: #D30B2F;
}
</style>
border-color css
<style>
span { border-color: #D30B2F; }
span { border-color: rgb(211,11,47); }
td.TdClassName
{
border-color: #D30B2F;
}
.TagClassName
{
border-color: #D30B2F;
}
</style>