Shades of Crimson #D1003B
Tints of Crimson #D1003B
RGB
CMYK
RGB Variations
Color information
#D1003B (or 0xD1003B) is known color: Crimson. HEX triplet: D1, 00 and 3B. RGB value is (209,0,59). Sum of RGB (Red+Green+Blue) = 209+0+59=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1003B is #2EFFC4. Grayscale: #454545. Windows color (decimal): -3080133 or 3866833. OLE color: 3866833.
HSL color Cylindrical-coordinate representation of color #D1003B: hue angle of 343.06º 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 #D1003B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.72 | 0.18 |
| HSL | 343.06º | 1% | 0.41% | - |
| HSV(B) | 343.06º | 1% | 0.82% | - |
| XYZ | 27.08 | 13.87 | 5.39 | - |
| YUV | 69.22 | 122.24 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 59 | 0 | 1 | 0.72 | 0.18 | 343.06 | 1 | 0.41 |
| Hex | D1 | 0 | 3B | 0 | 64 | 48 | 12 | 157 | 64 | 29 |
| Octal | 321 | 0 | 73 | 0 | 144 | 110 | 22 | 527 | 144 | 51 |
| Binary | 11010001 | 0 | 111011 | 0 | 1100100 | 1001000 | 10010 | 101010111 | 1100100 | 101001 |
Color Harmonies of #D1003B
Complementary color
Monochromatic Colors of #D1003B
Black with #D1003B
Text Example
Text Example
White with #D1003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1003B; }
p { color: rgb(209,0,59); }
H1.HeaderClassName
{
color: #D1003B;
}
.AnyTagClassName
{
color: #D1003B;
}
</style>
background-color css
<style>
a { background-color: #D1003B; }
a { background-color: rgb(209,0,59); }
div.DivClassName
{
background-color: #D1003B;
}
.BgClassName
{
background-color: #D1003B;
}
</style>
border-color css
<style>
span { border-color: #D1003B; }
span { border-color: rgb(209,0,59); }
td.TdClassName
{
border-color: #D1003B;
}
.TagClassName
{
border-color: #D1003B;
}
</style>