Shades of Crimson #D30744
Tints of Crimson #D30744
RGB
CMYK
RGB Variations
Color information
#D30744 (or 0xD30744) is known color: Crimson. HEX triplet: D3, 07 and 44. RGB value is (211,7,68). Sum of RGB (Red+Green+Blue) = 211+7+68=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D30744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30744 is #2CF8BB. Grayscale: #4A4A4A. Windows color (decimal): -2947260 or 4458451. OLE color: 4458451.
HSL color Cylindrical-coordinate representation of color #D30744: hue angle of 342.06º 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 #D30744 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.17 |
| HSL | 342.06º | 0.94% | 0.43% | - |
| HSV(B) | 342.06º | 0.97% | 0.83% | - |
| XYZ | 27.98 | 14.42 | 6.78 | - |
| YUV | 74.95 | 124.09 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 68 | 0 | 0.97 | 0.68 | 0.17 | 342.06 | 0.94 | 0.43 |
| Hex | D3 | 7 | 44 | 0 | 61 | 44 | 11 | 156 | 5E | 2B |
| Octal | 323 | 7 | 104 | 0 | 141 | 104 | 21 | 526 | 136 | 53 |
| Binary | 11010011 | 111 | 1000100 | 0 | 1100001 | 1000100 | 10001 | 101010110 | 1011110 | 101011 |
Color Harmonies of #D30744
Complementary color
Monochromatic Colors of #D30744
Black with #D30744
Text Example
Text Example
White with #D30744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30744; }
p { color: rgb(211,7,68); }
H1.HeaderClassName
{
color: #D30744;
}
.AnyTagClassName
{
color: #D30744;
}
</style>
background-color css
<style>
a { background-color: #D30744; }
a { background-color: rgb(211,7,68); }
div.DivClassName
{
background-color: #D30744;
}
.BgClassName
{
background-color: #D30744;
}
</style>
border-color css
<style>
span { border-color: #D30744; }
span { border-color: rgb(211,7,68); }
td.TdClassName
{
border-color: #D30744;
}
.TagClassName
{
border-color: #D30744;
}
</style>