Shades of Crimson #D3032D
Tints of Crimson #D3032D
RGB
CMYK
RGB Variations
Color information
#D3032D (or 0xD3032D) is known color: Crimson. HEX triplet: D3, 03 and 2D. RGB value is (211,3,45). Sum of RGB (Red+Green+Blue) = 211+3+45=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D3032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3032D is #2CFCD2. Grayscale: #464646. Windows color (decimal): -2948307 or 2950099. OLE color: 2950099.
HSL color Cylindrical-coordinate representation of color #D3032D: hue angle of 347.88º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3032D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.17 |
| HSL | 347.88º | 0.97% | 0.42% | - |
| HSV(B) | 347.88º | 0.99% | 0.83% | - |
| XYZ | 27.37 | 14.1 | 3.76 | - |
| YUV | 69.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 45 | 0 | 0.99 | 0.79 | 0.17 | 347.88 | 0.97 | 0.42 |
| Hex | D3 | 3 | 2D | 0 | 63 | 4F | 11 | 15C | 61 | 2A |
| Octal | 323 | 3 | 55 | 0 | 143 | 117 | 21 | 534 | 141 | 52 |
| Binary | 11010011 | 11 | 101101 | 0 | 1100011 | 1001111 | 10001 | 101011100 | 1100001 | 101010 |
Color Harmonies of #D3032D
Complementary color
Monochromatic Colors of #D3032D
Black with #D3032D
Text Example
Text Example
White with #D3032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3032D; }
p { color: rgb(211,3,45); }
H1.HeaderClassName
{
color: #D3032D;
}
.AnyTagClassName
{
color: #D3032D;
}
</style>
background-color css
<style>
a { background-color: #D3032D; }
a { background-color: rgb(211,3,45); }
div.DivClassName
{
background-color: #D3032D;
}
.BgClassName
{
background-color: #D3032D;
}
</style>
border-color css
<style>
span { border-color: #D3032D; }
span { border-color: rgb(211,3,45); }
td.TdClassName
{
border-color: #D3032D;
}
.TagClassName
{
border-color: #D3032D;
}
</style>