Shades of Crimson #D1013A
Tints of Crimson #D1013A
RGB
CMYK
RGB Variations
Color information
#D1013A (or 0xD1013A) is known color: Crimson. HEX triplet: D1, 01 and 3A. RGB value is (209,1,58). Sum of RGB (Red+Green+Blue) = 209+1+58=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1013A is #2EFEC5. Grayscale: #454545. Windows color (decimal): -3079878 or 3801553. OLE color: 3801553.
HSL color Cylindrical-coordinate representation of color #D1013A: hue angle of 343.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1013A is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.18 |
| HSL | 343.56º | 0.99% | 0.41% | - |
| HSV(B) | 343.56º | 1% | 0.82% | - |
| XYZ | 27.07 | 13.88 | 5.26 | - |
| YUV | 69.69 | 121.41 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 58 | 0 | 1.00 | 0.72 | 0.18 | 343.56 | 0.99 | 0.41 |
| Hex | D1 | 1 | 3A | 0 | 64 | 48 | 12 | 158 | 63 | 29 |
| Octal | 321 | 1 | 72 | 0 | 144 | 110 | 22 | 530 | 143 | 51 |
| Binary | 11010001 | 1 | 111010 | 0 | 1100100 | 1001000 | 10010 | 101011000 | 1100011 | 101001 |
Color Harmonies of #D1013A
Complementary color
Monochromatic Colors of #D1013A
Black with #D1013A
Text Example
Text Example
White with #D1013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1013A; }
p { color: rgb(209,1,58); }
H1.HeaderClassName
{
color: #D1013A;
}
.AnyTagClassName
{
color: #D1013A;
}
</style>
background-color css
<style>
a { background-color: #D1013A; }
a { background-color: rgb(209,1,58); }
div.DivClassName
{
background-color: #D1013A;
}
.BgClassName
{
background-color: #D1013A;
}
</style>
border-color css
<style>
span { border-color: #D1013A; }
span { border-color: rgb(209,1,58); }
td.TdClassName
{
border-color: #D1013A;
}
.TagClassName
{
border-color: #D1013A;
}
</style>