Shades of Crimson #D1063C
Tints of Crimson #D1063C
RGB
CMYK
RGB Variations
Color information
#D1063C (or 0xD1063C) is known color: Crimson. HEX triplet: D1, 06 and 3C. RGB value is (209,6,60). Sum of RGB (Red+Green+Blue) = 209+6+60=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1063C is #2EF9C3. Grayscale: #484848. Windows color (decimal): -3078596 or 3933905. OLE color: 3933905.
HSL color Cylindrical-coordinate representation of color #D1063C: hue angle of 344.04º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1063C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 344.04º | 0.94% | 0.42% | - |
| HSV(B) | 344.04º | 0.97% | 0.82% | - |
| XYZ | 27.18 | 14.01 | 5.55 | - |
| YUV | 72.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 60 | 0 | 0.97 | 0.71 | 0.18 | 344.04 | 0.94 | 0.42 |
| Hex | D1 | 6 | 3C | 0 | 61 | 47 | 12 | 158 | 5E | 2A |
| Octal | 321 | 6 | 74 | 0 | 141 | 107 | 22 | 530 | 136 | 52 |
| Binary | 11010001 | 110 | 111100 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011110 | 101010 |
Color Harmonies of #D1063C
Complementary color
Monochromatic Colors of #D1063C
Black with #D1063C
Text Example
Text Example
White with #D1063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1063C; }
p { color: rgb(209,6,60); }
H1.HeaderClassName
{
color: #D1063C;
}
.AnyTagClassName
{
color: #D1063C;
}
</style>
background-color css
<style>
a { background-color: #D1063C; }
a { background-color: rgb(209,6,60); }
div.DivClassName
{
background-color: #D1063C;
}
.BgClassName
{
background-color: #D1063C;
}
</style>
border-color css
<style>
span { border-color: #D1063C; }
span { border-color: rgb(209,6,60); }
td.TdClassName
{
border-color: #D1063C;
}
.TagClassName
{
border-color: #D1063C;
}
</style>