Shades of Crimson #D3003C
Tints of Crimson #D3003C
RGB
CMYK
RGB Variations
Color information
#D3003C (or 0xD3003C) is known color: Crimson. HEX triplet: D3, 00 and 3C. RGB value is (211,0,60). Sum of RGB (Red+Green+Blue) = 211+0+60=271 (35% of max value = 765). Red value is 211 (82.81% from 255 or 77.86% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 211 - color contains mainly: red. Hex color #D3003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3003C is #2CFFC3. Grayscale: #454545. Windows color (decimal): -2949060 or 3932371. OLE color: 3932371.
HSL color Cylindrical-coordinate representation of color #D3003C: hue angle of 342.94º 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 #D3003C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.72 | 0.17 |
| HSL | 342.94º | 1% | 0.41% | - |
| HSV(B) | 342.94º | 1% | 0.83% | - |
| XYZ | 27.68 | 14.18 | 5.55 | - |
| YUV | 69.93 | 122.4 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 60 | 0 | 1 | 0.72 | 0.17 | 342.94 | 1 | 0.41 |
| Hex | D3 | 0 | 3C | 0 | 64 | 48 | 11 | 157 | 64 | 29 |
| Octal | 323 | 0 | 74 | 0 | 144 | 110 | 21 | 527 | 144 | 51 |
| Binary | 11010011 | 0 | 111100 | 0 | 1100100 | 1001000 | 10001 | 101010111 | 1100100 | 101001 |
Color Harmonies of #D3003C
Complementary color
Monochromatic Colors of #D3003C
Black with #D3003C
Text Example
Text Example
White with #D3003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3003C; }
p { color: rgb(211,0,60); }
H1.HeaderClassName
{
color: #D3003C;
}
.AnyTagClassName
{
color: #D3003C;
}
</style>
background-color css
<style>
a { background-color: #D3003C; }
a { background-color: rgb(211,0,60); }
div.DivClassName
{
background-color: #D3003C;
}
.BgClassName
{
background-color: #D3003C;
}
</style>
border-color css
<style>
span { border-color: #D3003C; }
span { border-color: rgb(211,0,60); }
td.TdClassName
{
border-color: #D3003C;
}
.TagClassName
{
border-color: #D3003C;
}
</style>