Shades of Crimson #D01130
Tints of Crimson #D01130
RGB
CMYK
RGB Variations
Color information
#D01130 (or 0xD01130) is known color: Crimson. HEX triplet: D0, 11 and 30. RGB value is (208,17,48). Sum of RGB (Red+Green+Blue) = 208+17+48=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D01130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01130 is #2FEECF. Grayscale: #4D4D4D. Windows color (decimal): -3141328 or 3150288. OLE color: 3150288.
HSL color Cylindrical-coordinate representation of color #D01130: hue angle of 350.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01130 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 48 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.18 |
| HSL | 350.26º | 0.85% | 0.44% | - |
| HSV(B) | 350.26º | 0.92% | 0.82% | - |
| XYZ | 26.75 | 14.02 | 4.09 | - |
| YUV | 77.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 48 | 0 | 0.92 | 0.77 | 0.18 | 350.26 | 0.85 | 0.44 |
| Hex | D0 | 11 | 30 | 0 | 5C | 4D | 12 | 15E | 55 | 2C |
| Octal | 320 | 21 | 60 | 0 | 134 | 115 | 22 | 536 | 125 | 54 |
| Binary | 11010000 | 10001 | 110000 | 0 | 1011100 | 1001101 | 10010 | 101011110 | 1010101 | 101100 |
Color Harmonies of #D01130
Complementary color
Monochromatic Colors of #D01130
Black with #D01130
Text Example
Text Example
White with #D01130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01130; }
p { color: rgb(208,17,48); }
H1.HeaderClassName
{
color: #D01130;
}
.AnyTagClassName
{
color: #D01130;
}
</style>
background-color css
<style>
a { background-color: #D01130; }
a { background-color: rgb(208,17,48); }
div.DivClassName
{
background-color: #D01130;
}
.BgClassName
{
background-color: #D01130;
}
</style>
border-color css
<style>
span { border-color: #D01130; }
span { border-color: rgb(208,17,48); }
td.TdClassName
{
border-color: #D01130;
}
.TagClassName
{
border-color: #D01130;
}
</style>