Shades of Crimson #D1063A
Tints of Crimson #D1063A
RGB
CMYK
RGB Variations
Color information
#D1063A (or 0xD1063A) is known color: Crimson. HEX triplet: D1, 06 and 3A. RGB value is (209,6,58). Sum of RGB (Red+Green+Blue) = 209+6+58=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1063A is #2EF9C5. Grayscale: #484848. Windows color (decimal): -3078598 or 3802833. OLE color: 3802833.
HSL color Cylindrical-coordinate representation of color #D1063A: hue angle of 344.63º 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 #D1063A is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.18 |
| HSL | 344.63º | 0.94% | 0.42% | - |
| HSV(B) | 344.63º | 0.97% | 0.82% | - |
| XYZ | 27.12 | 13.99 | 5.27 | - |
| YUV | 72.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 58 | 0 | 0.97 | 0.72 | 0.18 | 344.63 | 0.94 | 0.42 |
| Hex | D1 | 6 | 3A | 0 | 61 | 48 | 12 | 159 | 5E | 2A |
| Octal | 321 | 6 | 72 | 0 | 141 | 110 | 22 | 531 | 136 | 52 |
| Binary | 11010001 | 110 | 111010 | 0 | 1100001 | 1001000 | 10010 | 101011001 | 1011110 | 101010 |
Color Harmonies of #D1063A
Complementary color
Monochromatic Colors of #D1063A
Black with #D1063A
Text Example
Text Example
White with #D1063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1063A; }
p { color: rgb(209,6,58); }
H1.HeaderClassName
{
color: #D1063A;
}
.AnyTagClassName
{
color: #D1063A;
}
</style>
background-color css
<style>
a { background-color: #D1063A; }
a { background-color: rgb(209,6,58); }
div.DivClassName
{
background-color: #D1063A;
}
.BgClassName
{
background-color: #D1063A;
}
</style>
border-color css
<style>
span { border-color: #D1063A; }
span { border-color: rgb(209,6,58); }
td.TdClassName
{
border-color: #D1063A;
}
.TagClassName
{
border-color: #D1063A;
}
</style>