Shades of Crimson #D30537
Tints of Crimson #D30537
RGB
CMYK
RGB Variations
Color information
#D30537 (or 0xD30537) is known color: Crimson. HEX triplet: D3, 05 and 37. RGB value is (211,5,55). Sum of RGB (Red+Green+Blue) = 211+5+55=271 (35% of max value = 765). Red value is 211 (82.81% from 255 or 77.86% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 211 - color contains mainly: red. Hex color #D30537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30537 is #2CFAC8. Grayscale: #484848. Windows color (decimal): -2947785 or 3605971. OLE color: 3605971.
HSL color Cylindrical-coordinate representation of color #D30537: hue angle of 345.44º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30537 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.17 |
| HSL | 345.44º | 0.95% | 0.42% | - |
| HSV(B) | 345.44º | 0.98% | 0.83% | - |
| XYZ | 27.61 | 14.23 | 4.91 | - |
| YUV | 72.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 55 | 0 | 0.98 | 0.74 | 0.17 | 345.44 | 0.95 | 0.42 |
| Hex | D3 | 5 | 37 | 0 | 62 | 4A | 11 | 159 | 5F | 2A |
| Octal | 323 | 5 | 67 | 0 | 142 | 112 | 21 | 531 | 137 | 52 |
| Binary | 11010011 | 101 | 110111 | 0 | 1100010 | 1001010 | 10001 | 101011001 | 1011111 | 101010 |
Color Harmonies of #D30537
Complementary color
Monochromatic Colors of #D30537
Black with #D30537
Text Example
Text Example
White with #D30537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30537; }
p { color: rgb(211,5,55); }
H1.HeaderClassName
{
color: #D30537;
}
.AnyTagClassName
{
color: #D30537;
}
</style>
background-color css
<style>
a { background-color: #D30537; }
a { background-color: rgb(211,5,55); }
div.DivClassName
{
background-color: #D30537;
}
.BgClassName
{
background-color: #D30537;
}
</style>
border-color css
<style>
span { border-color: #D30537; }
span { border-color: rgb(211,5,55); }
td.TdClassName
{
border-color: #D30537;
}
.TagClassName
{
border-color: #D30537;
}
</style>