Shades of Crimson #D1003C
Tints of Crimson #D1003C
RGB
CMYK
RGB Variations
Color information
#D1003C (or 0xD1003C) is known color: Crimson. HEX triplet: D1, 00 and 3C. RGB value is (209,0,60). Sum of RGB (Red+Green+Blue) = 209+0+60=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D1003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1003C is #2EFFC3. Grayscale: #454545. Windows color (decimal): -3080132 or 3932369. OLE color: 3932369.
HSL color Cylindrical-coordinate representation of color #D1003C: hue angle of 342.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1003C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.71 | 0.18 |
| HSL | 342.78º | 1% | 0.41% | - |
| HSV(B) | 342.78º | 1% | 0.82% | - |
| XYZ | 27.11 | 13.88 | 5.53 | - |
| YUV | 69.33 | 122.74 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 60 | 0 | 1 | 0.71 | 0.18 | 342.78 | 1 | 0.41 |
| Hex | D1 | 0 | 3C | 0 | 64 | 47 | 12 | 157 | 64 | 29 |
| Octal | 321 | 0 | 74 | 0 | 144 | 107 | 22 | 527 | 144 | 51 |
| Binary | 11010001 | 0 | 111100 | 0 | 1100100 | 1000111 | 10010 | 101010111 | 1100100 | 101001 |
Color Harmonies of #D1003C
Complementary color
Monochromatic Colors of #D1003C
Black with #D1003C
Text Example
Text Example
White with #D1003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1003C; }
p { color: rgb(209,0,60); }
H1.HeaderClassName
{
color: #D1003C;
}
.AnyTagClassName
{
color: #D1003C;
}
</style>
background-color css
<style>
a { background-color: #D1003C; }
a { background-color: rgb(209,0,60); }
div.DivClassName
{
background-color: #D1003C;
}
.BgClassName
{
background-color: #D1003C;
}
</style>
border-color css
<style>
span { border-color: #D1003C; }
span { border-color: rgb(209,0,60); }
td.TdClassName
{
border-color: #D1003C;
}
.TagClassName
{
border-color: #D1003C;
}
</style>