Shades of Crimson #D1033C
Tints of Crimson #D1033C
RGB
CMYK
RGB Variations
Color information
#D1033C (or 0xD1033C) is known color: Crimson. HEX triplet: D1, 03 and 3C. RGB value is (209,3,60). Sum of RGB (Red+Green+Blue) = 209+3+60=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1033C is #2EFCC3. Grayscale: #474747. Windows color (decimal): -3079364 or 3933137. OLE color: 3933137.
HSL color Cylindrical-coordinate representation of color #D1033C: hue angle of 343.4º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1033C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.18 |
| HSL | 343.4º | 0.97% | 0.42% | - |
| HSV(B) | 343.4º | 0.99% | 0.82% | - |
| XYZ | 27.14 | 13.95 | 5.54 | - |
| YUV | 71.09 | 121.75 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 60 | 0 | 0.99 | 0.71 | 0.18 | 343.4 | 0.97 | 0.42 |
| Hex | D1 | 3 | 3C | 0 | 63 | 47 | 12 | 157 | 61 | 2A |
| Octal | 321 | 3 | 74 | 0 | 143 | 107 | 22 | 527 | 141 | 52 |
| Binary | 11010001 | 11 | 111100 | 0 | 1100011 | 1000111 | 10010 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D1033C
Complementary color
Monochromatic Colors of #D1033C
Black with #D1033C
Text Example
Text Example
White with #D1033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1033C; }
p { color: rgb(209,3,60); }
H1.HeaderClassName
{
color: #D1033C;
}
.AnyTagClassName
{
color: #D1033C;
}
</style>
background-color css
<style>
a { background-color: #D1033C; }
a { background-color: rgb(209,3,60); }
div.DivClassName
{
background-color: #D1033C;
}
.BgClassName
{
background-color: #D1033C;
}
</style>
border-color css
<style>
span { border-color: #D1033C; }
span { border-color: rgb(209,3,60); }
td.TdClassName
{
border-color: #D1033C;
}
.TagClassName
{
border-color: #D1033C;
}
</style>