Shades of Crimson #D30734
Tints of Crimson #D30734
RGB
CMYK
RGB Variations
Color information
#D30734 (or 0xD30734) is known color: Crimson. HEX triplet: D3, 07 and 34. RGB value is (211,7,52). Sum of RGB (Red+Green+Blue) = 211+7+52=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D30734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30734 is #2CF8CB. Grayscale: #494949. Windows color (decimal): -2947276 or 3409875. OLE color: 3409875.
HSL color Cylindrical-coordinate representation of color #D30734: hue angle of 346.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30734 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.17 |
| HSL | 346.76º | 0.94% | 0.43% | - |
| HSV(B) | 346.76º | 0.97% | 0.83% | - |
| XYZ | 27.56 | 14.25 | 4.55 | - |
| YUV | 73.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 52 | 0 | 0.97 | 0.75 | 0.17 | 346.76 | 0.94 | 0.43 |
| Hex | D3 | 7 | 34 | 0 | 61 | 4B | 11 | 15B | 5E | 2B |
| Octal | 323 | 7 | 64 | 0 | 141 | 113 | 21 | 533 | 136 | 53 |
| Binary | 11010011 | 111 | 110100 | 0 | 1100001 | 1001011 | 10001 | 101011011 | 1011110 | 101011 |
Color Harmonies of #D30734
Complementary color
Monochromatic Colors of #D30734
Black with #D30734
Text Example
Text Example
White with #D30734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30734; }
p { color: rgb(211,7,52); }
H1.HeaderClassName
{
color: #D30734;
}
.AnyTagClassName
{
color: #D30734;
}
</style>
background-color css
<style>
a { background-color: #D30734; }
a { background-color: rgb(211,7,52); }
div.DivClassName
{
background-color: #D30734;
}
.BgClassName
{
background-color: #D30734;
}
</style>
border-color css
<style>
span { border-color: #D30734; }
span { border-color: rgb(211,7,52); }
td.TdClassName
{
border-color: #D30734;
}
.TagClassName
{
border-color: #D30734;
}
</style>