Shades of Crimson #D30B3E
Tints of Crimson #D30B3E
RGB
CMYK
RGB Variations
Color information
#D30B3E (or 0xD30B3E) is known color: Crimson. HEX triplet: D3, 0B and 3E. RGB value is (211,11,62). Sum of RGB (Red+Green+Blue) = 211+11+62=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30B3E is #2CF4C1. Grayscale: #4C4C4C. Windows color (decimal): -2946242 or 4066259. OLE color: 4066259.
HSL color Cylindrical-coordinate representation of color #D30B3E: hue angle of 344.7º 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 #D30B3E is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.17 |
| HSL | 344.7º | 0.9% | 0.44% | - |
| HSV(B) | 344.7º | 0.95% | 0.83% | - |
| XYZ | 27.85 | 14.44 | 5.88 | - |
| YUV | 76.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 62 | 0 | 0.95 | 0.71 | 0.17 | 344.7 | 0.9 | 0.44 |
| Hex | D3 | B | 3E | 0 | 5F | 47 | 11 | 159 | 5A | 2C |
| Octal | 323 | 13 | 76 | 0 | 137 | 107 | 21 | 531 | 132 | 54 |
| Binary | 11010011 | 1011 | 111110 | 0 | 1011111 | 1000111 | 10001 | 101011001 | 1011010 | 101100 |
Color Harmonies of #D30B3E
Complementary color
Monochromatic Colors of #D30B3E
Black with #D30B3E
Text Example
Text Example
White with #D30B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B3E; }
p { color: rgb(211,11,62); }
H1.HeaderClassName
{
color: #D30B3E;
}
.AnyTagClassName
{
color: #D30B3E;
}
</style>
background-color css
<style>
a { background-color: #D30B3E; }
a { background-color: rgb(211,11,62); }
div.DivClassName
{
background-color: #D30B3E;
}
.BgClassName
{
background-color: #D30B3E;
}
</style>
border-color css
<style>
span { border-color: #D30B3E; }
span { border-color: rgb(211,11,62); }
td.TdClassName
{
border-color: #D30B3E;
}
.TagClassName
{
border-color: #D30B3E;
}
</style>