Shades of Crimson #D1063F
Tints of Crimson #D1063F
RGB
CMYK
RGB Variations
Color information
#D1063F (or 0xD1063F) is known color: Crimson. HEX triplet: D1, 06 and 3F. RGB value is (209,6,63). Sum of RGB (Red+Green+Blue) = 209+6+63=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1063F is #2EF9C0. Grayscale: #494949. Windows color (decimal): -3078593 or 4130513. OLE color: 4130513.
HSL color Cylindrical-coordinate representation of color #D1063F: hue angle of 343.15º 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 #D1063F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.18 |
| HSL | 343.15º | 0.94% | 0.42% | - |
| HSV(B) | 343.15º | 0.97% | 0.82% | - |
| XYZ | 27.26 | 14.04 | 5.98 | - |
| YUV | 73.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 63 | 0 | 0.97 | 0.70 | 0.18 | 343.15 | 0.94 | 0.42 |
| Hex | D1 | 6 | 3F | 0 | 61 | 46 | 12 | 157 | 5E | 2A |
| Octal | 321 | 6 | 77 | 0 | 141 | 106 | 22 | 527 | 136 | 52 |
| Binary | 11010001 | 110 | 111111 | 0 | 1100001 | 1000110 | 10010 | 101010111 | 1011110 | 101010 |
Color Harmonies of #D1063F
Complementary color
Monochromatic Colors of #D1063F
Black with #D1063F
Text Example
Text Example
White with #D1063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1063F; }
p { color: rgb(209,6,63); }
H1.HeaderClassName
{
color: #D1063F;
}
.AnyTagClassName
{
color: #D1063F;
}
</style>
background-color css
<style>
a { background-color: #D1063F; }
a { background-color: rgb(209,6,63); }
div.DivClassName
{
background-color: #D1063F;
}
.BgClassName
{
background-color: #D1063F;
}
</style>
border-color css
<style>
span { border-color: #D1063F; }
span { border-color: rgb(209,6,63); }
td.TdClassName
{
border-color: #D1063F;
}
.TagClassName
{
border-color: #D1063F;
}
</style>