Shades of Crimson #D1033F
Tints of Crimson #D1033F
RGB
CMYK
RGB Variations
Color information
#D1033F (or 0xD1033F) is known color: Crimson. HEX triplet: D1, 03 and 3F. RGB value is (209,3,63). Sum of RGB (Red+Green+Blue) = 209+3+63=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1033F is #2EFCC0. Grayscale: #474747. Windows color (decimal): -3079361 or 4129745. OLE color: 4129745.
HSL color Cylindrical-coordinate representation of color #D1033F: hue angle of 342.52º 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 #D1033F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.18 |
| HSL | 342.52º | 0.97% | 0.42% | - |
| HSV(B) | 342.52º | 0.99% | 0.82% | - |
| XYZ | 27.22 | 13.98 | 5.97 | - |
| YUV | 71.43 | 123.25 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 63 | 0 | 0.99 | 0.70 | 0.18 | 342.52 | 0.97 | 0.42 |
| Hex | D1 | 3 | 3F | 0 | 63 | 46 | 12 | 157 | 61 | 2A |
| Octal | 321 | 3 | 77 | 0 | 143 | 106 | 22 | 527 | 141 | 52 |
| Binary | 11010001 | 11 | 111111 | 0 | 1100011 | 1000110 | 10010 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D1033F
Complementary color
Monochromatic Colors of #D1033F
Black with #D1033F
Text Example
Text Example
White with #D1033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1033F; }
p { color: rgb(209,3,63); }
H1.HeaderClassName
{
color: #D1033F;
}
.AnyTagClassName
{
color: #D1033F;
}
</style>
background-color css
<style>
a { background-color: #D1033F; }
a { background-color: rgb(209,3,63); }
div.DivClassName
{
background-color: #D1033F;
}
.BgClassName
{
background-color: #D1033F;
}
</style>
border-color css
<style>
span { border-color: #D1033F; }
span { border-color: rgb(209,3,63); }
td.TdClassName
{
border-color: #D1033F;
}
.TagClassName
{
border-color: #D1033F;
}
</style>