Shades of Crimson #D0124C
Tints of Crimson #D0124C
RGB
CMYK
RGB Variations
Color information
#D0124C (or 0xD0124C) is known color: Crimson. HEX triplet: D0, 12 and 4C. RGB value is (208,18,76). Sum of RGB (Red+Green+Blue) = 208+18+76=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0124C is #2FEDB3. Grayscale: #515151. Windows color (decimal): -3141044 or 4985552. OLE color: 4985552.
HSL color Cylindrical-coordinate representation of color #D0124C: hue angle of 341.68º 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 #D0124C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.18 |
| HSL | 341.68º | 0.84% | 0.44% | - |
| HSV(B) | 341.68º | 0.91% | 0.82% | - |
| XYZ | 27.53 | 14.36 | 8.16 | - |
| YUV | 81.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 76 | 0 | 0.91 | 0.63 | 0.18 | 341.68 | 0.84 | 0.44 |
| Hex | D0 | 12 | 4C | 0 | 5B | 3F | 12 | 156 | 54 | 2C |
| Octal | 320 | 22 | 114 | 0 | 133 | 77 | 22 | 526 | 124 | 54 |
| Binary | 11010000 | 10010 | 1001100 | 0 | 1011011 | 111111 | 10010 | 101010110 | 1010100 | 101100 |
Color Harmonies of #D0124C
Complementary color
Monochromatic Colors of #D0124C
Black with #D0124C
Text Example
Text Example
White with #D0124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0124C; }
p { color: rgb(208,18,76); }
H1.HeaderClassName
{
color: #D0124C;
}
.AnyTagClassName
{
color: #D0124C;
}
</style>
background-color css
<style>
a { background-color: #D0124C; }
a { background-color: rgb(208,18,76); }
div.DivClassName
{
background-color: #D0124C;
}
.BgClassName
{
background-color: #D0124C;
}
</style>
border-color css
<style>
span { border-color: #D0124C; }
span { border-color: rgb(208,18,76); }
td.TdClassName
{
border-color: #D0124C;
}
.TagClassName
{
border-color: #D0124C;
}
</style>