Shades of Crimson #D01247
Tints of Crimson #D01247
RGB
CMYK
RGB Variations
Color information
#D01247 (or 0xD01247) is known color: Crimson. HEX triplet: D0, 12 and 47. RGB value is (208,18,71). Sum of RGB (Red+Green+Blue) = 208+18+71=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D01247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01247 is #2FEDB8. Grayscale: #505050. Windows color (decimal): -3141049 or 4657872. OLE color: 4657872.
HSL color Cylindrical-coordinate representation of color #D01247: hue angle of 343.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01247 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 71 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.18 |
| HSL | 343.26º | 0.84% | 0.44% | - |
| HSV(B) | 343.26º | 0.91% | 0.82% | - |
| XYZ | 27.37 | 14.3 | 7.28 | - |
| YUV | 80.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 71 | 0 | 0.91 | 0.66 | 0.18 | 343.26 | 0.84 | 0.44 |
| Hex | D0 | 12 | 47 | 0 | 5B | 42 | 12 | 157 | 54 | 2C |
| Octal | 320 | 22 | 107 | 0 | 133 | 102 | 22 | 527 | 124 | 54 |
| Binary | 11010000 | 10010 | 1000111 | 0 | 1011011 | 1000010 | 10010 | 101010111 | 1010100 | 101100 |
Color Harmonies of #D01247
Complementary color
Monochromatic Colors of #D01247
Black with #D01247
Text Example
Text Example
White with #D01247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01247; }
p { color: rgb(208,18,71); }
H1.HeaderClassName
{
color: #D01247;
}
.AnyTagClassName
{
color: #D01247;
}
</style>
background-color css
<style>
a { background-color: #D01247; }
a { background-color: rgb(208,18,71); }
div.DivClassName
{
background-color: #D01247;
}
.BgClassName
{
background-color: #D01247;
}
</style>
border-color css
<style>
span { border-color: #D01247; }
span { border-color: rgb(208,18,71); }
td.TdClassName
{
border-color: #D01247;
}
.TagClassName
{
border-color: #D01247;
}
</style>