Shades of Crimson #D1002F
Tints of Crimson #D1002F
RGB
CMYK
RGB Variations
Color information
#D1002F (or 0xD1002F) is known color: Crimson. HEX triplet: D1, 00 and 2F. RGB value is (209,0,47). Sum of RGB (Red+Green+Blue) = 209+0+47=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1002F is #2EFFD0. Grayscale: #434343. Windows color (decimal): -3080145 or 3080401. OLE color: 3080401.
HSL color Cylindrical-coordinate representation of color #D1002F: hue angle of 346.51º 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 #D1002F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.78 | 0.18 |
| HSL | 346.51º | 1% | 0.41% | - |
| HSV(B) | 346.51º | 1% | 0.82% | - |
| XYZ | 26.81 | 13.76 | 3.93 | - |
| YUV | 67.85 | 116.24 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 47 | 0 | 1 | 0.78 | 0.18 | 346.51 | 1 | 0.41 |
| Hex | D1 | 0 | 2F | 0 | 64 | 4E | 12 | 15B | 64 | 29 |
| Octal | 321 | 0 | 57 | 0 | 144 | 116 | 22 | 533 | 144 | 51 |
| Binary | 11010001 | 0 | 101111 | 0 | 1100100 | 1001110 | 10010 | 101011011 | 1100100 | 101001 |
Color Harmonies of #D1002F
Complementary color
Monochromatic Colors of #D1002F
Black with #D1002F
Text Example
Text Example
White with #D1002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1002F; }
p { color: rgb(209,0,47); }
H1.HeaderClassName
{
color: #D1002F;
}
.AnyTagClassName
{
color: #D1002F;
}
</style>
background-color css
<style>
a { background-color: #D1002F; }
a { background-color: rgb(209,0,47); }
div.DivClassName
{
background-color: #D1002F;
}
.BgClassName
{
background-color: #D1002F;
}
</style>
border-color css
<style>
span { border-color: #D1002F; }
span { border-color: rgb(209,0,47); }
td.TdClassName
{
border-color: #D1002F;
}
.TagClassName
{
border-color: #D1002F;
}
</style>