Shades of Crimson #D1013C
Tints of Crimson #D1013C
RGB
CMYK
RGB Variations
Color information
#D1013C (or 0xD1013C) is known color: Crimson. HEX triplet: D1, 01 and 3C. RGB value is (209,1,60). Sum of RGB (Red+Green+Blue) = 209+1+60=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1013C is #2EFEC3. Grayscale: #454545. Windows color (decimal): -3079876 or 3932625. OLE color: 3932625.
HSL color Cylindrical-coordinate representation of color #D1013C: hue angle of 342.98º 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 #D1013C is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.18 |
| HSL | 342.98º | 0.99% | 0.41% | - |
| HSV(B) | 342.98º | 1% | 0.82% | - |
| XYZ | 27.12 | 13.9 | 5.53 | - |
| YUV | 69.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 60 | 0 | 1.00 | 0.71 | 0.18 | 342.98 | 0.99 | 0.41 |
| Hex | D1 | 1 | 3C | 0 | 64 | 47 | 12 | 157 | 63 | 29 |
| Octal | 321 | 1 | 74 | 0 | 144 | 107 | 22 | 527 | 143 | 51 |
| Binary | 11010001 | 1 | 111100 | 0 | 1100100 | 1000111 | 10010 | 101010111 | 1100011 | 101001 |
Color Harmonies of #D1013C
Complementary color
Monochromatic Colors of #D1013C
Black with #D1013C
Text Example
Text Example
White with #D1013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1013C; }
p { color: rgb(209,1,60); }
H1.HeaderClassName
{
color: #D1013C;
}
.AnyTagClassName
{
color: #D1013C;
}
</style>
background-color css
<style>
a { background-color: #D1013C; }
a { background-color: rgb(209,1,60); }
div.DivClassName
{
background-color: #D1013C;
}
.BgClassName
{
background-color: #D1013C;
}
</style>
border-color css
<style>
span { border-color: #D1013C; }
span { border-color: rgb(209,1,60); }
td.TdClassName
{
border-color: #D1013C;
}
.TagClassName
{
border-color: #D1013C;
}
</style>