Shades of Crimson #D30542
Tints of Crimson #D30542
RGB
CMYK
RGB Variations
Color information
#D30542 (or 0xD30542) is known color: Crimson. HEX triplet: D3, 05 and 42. RGB value is (211,5,66). Sum of RGB (Red+Green+Blue) = 211+5+66=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D30542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30542 is #2CFABD. Grayscale: #494949. Windows color (decimal): -2947774 or 4326867. OLE color: 4326867.
HSL color Cylindrical-coordinate representation of color #D30542: hue angle of 342.23º 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 #D30542 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 66 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.17 |
| HSL | 342.23º | 0.95% | 0.42% | - |
| HSV(B) | 342.23º | 0.98% | 0.83% | - |
| XYZ | 27.9 | 14.35 | 6.45 | - |
| YUV | 73.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 66 | 0 | 0.98 | 0.69 | 0.17 | 342.23 | 0.95 | 0.42 |
| Hex | D3 | 5 | 42 | 0 | 62 | 45 | 11 | 156 | 5F | 2A |
| Octal | 323 | 5 | 102 | 0 | 142 | 105 | 21 | 526 | 137 | 52 |
| Binary | 11010011 | 101 | 1000010 | 0 | 1100010 | 1000101 | 10001 | 101010110 | 1011111 | 101010 |
Color Harmonies of #D30542
Complementary color
Monochromatic Colors of #D30542
Black with #D30542
Text Example
Text Example
White with #D30542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30542; }
p { color: rgb(211,5,66); }
H1.HeaderClassName
{
color: #D30542;
}
.AnyTagClassName
{
color: #D30542;
}
</style>
background-color css
<style>
a { background-color: #D30542; }
a { background-color: rgb(211,5,66); }
div.DivClassName
{
background-color: #D30542;
}
.BgClassName
{
background-color: #D30542;
}
</style>
border-color css
<style>
span { border-color: #D30542; }
span { border-color: rgb(211,5,66); }
td.TdClassName
{
border-color: #D30542;
}
.TagClassName
{
border-color: #D30542;
}
</style>