Shades of Crimson #D1052D
Tints of Crimson #D1052D
RGB
CMYK
RGB Variations
Color information
#D1052D (or 0xD1052D) is known color: Crimson. HEX triplet: D1, 05 and 2D. RGB value is (209,5,45). Sum of RGB (Red+Green+Blue) = 209+5+45=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D1052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1052D is #2EFAD2. Grayscale: #464646. Windows color (decimal): -3078867 or 2950609. OLE color: 2950609.
HSL color Cylindrical-coordinate representation of color #D1052D: hue angle of 348.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.18 |
| HSL | 348.24º | 0.95% | 0.42% | - |
| HSV(B) | 348.24º | 0.98% | 0.82% | - |
| XYZ | 26.82 | 13.85 | 3.74 | - |
| YUV | 70.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 45 | 0 | 0.98 | 0.78 | 0.18 | 348.24 | 0.95 | 0.42 |
| Hex | D1 | 5 | 2D | 0 | 62 | 4E | 12 | 15C | 5F | 2A |
| Octal | 321 | 5 | 55 | 0 | 142 | 116 | 22 | 534 | 137 | 52 |
| Binary | 11010001 | 101 | 101101 | 0 | 1100010 | 1001110 | 10010 | 101011100 | 1011111 | 101010 |
Color Harmonies of #D1052D
Complementary color
Monochromatic Colors of #D1052D
Black with #D1052D
Text Example
Text Example
White with #D1052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1052D; }
p { color: rgb(209,5,45); }
H1.HeaderClassName
{
color: #D1052D;
}
.AnyTagClassName
{
color: #D1052D;
}
</style>
background-color css
<style>
a { background-color: #D1052D; }
a { background-color: rgb(209,5,45); }
div.DivClassName
{
background-color: #D1052D;
}
.BgClassName
{
background-color: #D1052D;
}
</style>
border-color css
<style>
span { border-color: #D1052D; }
span { border-color: rgb(209,5,45); }
td.TdClassName
{
border-color: #D1052D;
}
.TagClassName
{
border-color: #D1052D;
}
</style>