Shades of Crimson #D1043B
Tints of Crimson #D1043B
RGB
CMYK
RGB Variations
Color information
#D1043B (or 0xD1043B) is known color: Crimson. HEX triplet: D1, 04 and 3B. RGB value is (209,4,59). Sum of RGB (Red+Green+Blue) = 209+4+59=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1043B is #2EFBC4. Grayscale: #474747. Windows color (decimal): -3079109 or 3867857. OLE color: 3867857.
HSL color Cylindrical-coordinate representation of color #D1043B: hue angle of 343.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1043B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.18 |
| HSL | 343.9º | 0.96% | 0.42% | - |
| HSV(B) | 343.9º | 0.98% | 0.82% | - |
| XYZ | 27.13 | 13.96 | 5.4 | - |
| YUV | 71.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 59 | 0 | 0.98 | 0.72 | 0.18 | 343.9 | 0.96 | 0.42 |
| Hex | D1 | 4 | 3B | 0 | 62 | 48 | 12 | 158 | 60 | 2A |
| Octal | 321 | 4 | 73 | 0 | 142 | 110 | 22 | 530 | 140 | 52 |
| Binary | 11010001 | 100 | 111011 | 0 | 1100010 | 1001000 | 10010 | 101011000 | 1100000 | 101010 |
Color Harmonies of #D1043B
Complementary color
Monochromatic Colors of #D1043B
Black with #D1043B
Text Example
Text Example
White with #D1043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1043B; }
p { color: rgb(209,4,59); }
H1.HeaderClassName
{
color: #D1043B;
}
.AnyTagClassName
{
color: #D1043B;
}
</style>
background-color css
<style>
a { background-color: #D1043B; }
a { background-color: rgb(209,4,59); }
div.DivClassName
{
background-color: #D1043B;
}
.BgClassName
{
background-color: #D1043B;
}
</style>
border-color css
<style>
span { border-color: #D1043B; }
span { border-color: rgb(209,4,59); }
td.TdClassName
{
border-color: #D1043B;
}
.TagClassName
{
border-color: #D1043B;
}
</style>