Shades of Crimson #D3003A
Tints of Crimson #D3003A
RGB
CMYK
RGB Variations
Color information
#D3003A (or 0xD3003A) is known color: Crimson. HEX triplet: D3, 00 and 3A. RGB value is (211,0,58). Sum of RGB (Red+Green+Blue) = 211+0+58=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D3003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3003A is #2CFFC5. Grayscale: #454545. Windows color (decimal): -2949062 or 3801299. OLE color: 3801299.
HSL color Cylindrical-coordinate representation of color #D3003A: hue angle of 343.51º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3003A is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.73 | 0.17 |
| HSL | 343.51º | 1% | 0.41% | - |
| HSV(B) | 343.51º | 1% | 0.83% | - |
| XYZ | 27.63 | 14.15 | 5.28 | - |
| YUV | 69.7 | 121.4 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 58 | 0 | 1 | 0.73 | 0.17 | 343.51 | 1 | 0.41 |
| Hex | D3 | 0 | 3A | 0 | 64 | 49 | 11 | 158 | 64 | 29 |
| Octal | 323 | 0 | 72 | 0 | 144 | 111 | 21 | 530 | 144 | 51 |
| Binary | 11010011 | 0 | 111010 | 0 | 1100100 | 1001001 | 10001 | 101011000 | 1100100 | 101001 |
Color Harmonies of #D3003A
Complementary color
Monochromatic Colors of #D3003A
Black with #D3003A
Text Example
Text Example
White with #D3003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3003A; }
p { color: rgb(211,0,58); }
H1.HeaderClassName
{
color: #D3003A;
}
.AnyTagClassName
{
color: #D3003A;
}
</style>
background-color css
<style>
a { background-color: #D3003A; }
a { background-color: rgb(211,0,58); }
div.DivClassName
{
background-color: #D3003A;
}
.BgClassName
{
background-color: #D3003A;
}
</style>
border-color css
<style>
span { border-color: #D3003A; }
span { border-color: rgb(211,0,58); }
td.TdClassName
{
border-color: #D3003A;
}
.TagClassName
{
border-color: #D3003A;
}
</style>