Shades of Crimson #D1063D
Tints of Crimson #D1063D
RGB
CMYK
RGB Variations
Color information
#D1063D (or 0xD1063D) is known color: Crimson. HEX triplet: D1, 06 and 3D. RGB value is (209,6,61). Sum of RGB (Red+Green+Blue) = 209+6+61=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1063D is #2EF9C2. Grayscale: #484848. Windows color (decimal): -3078595 or 3999441. OLE color: 3999441.
HSL color Cylindrical-coordinate representation of color #D1063D: hue angle of 343.74º 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 #D1063D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 343.74º | 0.94% | 0.42% | - |
| HSV(B) | 343.74º | 0.97% | 0.82% | - |
| XYZ | 27.2 | 14.02 | 5.69 | - |
| YUV | 72.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 61 | 0 | 0.97 | 0.71 | 0.18 | 343.74 | 0.94 | 0.42 |
| Hex | D1 | 6 | 3D | 0 | 61 | 47 | 12 | 158 | 5E | 2A |
| Octal | 321 | 6 | 75 | 0 | 141 | 107 | 22 | 530 | 136 | 52 |
| Binary | 11010001 | 110 | 111101 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011110 | 101010 |
Color Harmonies of #D1063D
Complementary color
Monochromatic Colors of #D1063D
Black with #D1063D
Text Example
Text Example
White with #D1063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1063D; }
p { color: rgb(209,6,61); }
H1.HeaderClassName
{
color: #D1063D;
}
.AnyTagClassName
{
color: #D1063D;
}
</style>
background-color css
<style>
a { background-color: #D1063D; }
a { background-color: rgb(209,6,61); }
div.DivClassName
{
background-color: #D1063D;
}
.BgClassName
{
background-color: #D1063D;
}
</style>
border-color css
<style>
span { border-color: #D1063D; }
span { border-color: rgb(209,6,61); }
td.TdClassName
{
border-color: #D1063D;
}
.TagClassName
{
border-color: #D1063D;
}
</style>