Shades of Crimson #D1002D
Tints of Crimson #D1002D
RGB
CMYK
RGB Variations
Color information
#D1002D (or 0xD1002D) is known color: Crimson. HEX triplet: D1, 00 and 2D. RGB value is (209,0,45). Sum of RGB (Red+Green+Blue) = 209+0+45=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D1002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1002D is #2EFFD2. Grayscale: #434343. Windows color (decimal): -3080147 or 2949329. OLE color: 2949329.
HSL color Cylindrical-coordinate representation of color #D1002D: hue angle of 347.08º 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 #D1002D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.78 | 0.18 |
| HSL | 347.08º | 1% | 0.41% | - |
| HSV(B) | 347.08º | 1% | 0.82% | - |
| XYZ | 26.77 | 13.74 | 3.72 | - |
| YUV | 67.62 | 115.24 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 45 | 0 | 1 | 0.78 | 0.18 | 347.08 | 1 | 0.41 |
| Hex | D1 | 0 | 2D | 0 | 64 | 4E | 12 | 15B | 64 | 29 |
| Octal | 321 | 0 | 55 | 0 | 144 | 116 | 22 | 533 | 144 | 51 |
| Binary | 11010001 | 0 | 101101 | 0 | 1100100 | 1001110 | 10010 | 101011011 | 1100100 | 101001 |
Color Harmonies of #D1002D
Complementary color
Monochromatic Colors of #D1002D
Black with #D1002D
Text Example
Text Example
White with #D1002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1002D; }
p { color: rgb(209,0,45); }
H1.HeaderClassName
{
color: #D1002D;
}
.AnyTagClassName
{
color: #D1002D;
}
</style>
background-color css
<style>
a { background-color: #D1002D; }
a { background-color: rgb(209,0,45); }
div.DivClassName
{
background-color: #D1002D;
}
.BgClassName
{
background-color: #D1002D;
}
</style>
border-color css
<style>
span { border-color: #D1002D; }
span { border-color: rgb(209,0,45); }
td.TdClassName
{
border-color: #D1002D;
}
.TagClassName
{
border-color: #D1002D;
}
</style>