Shades of Crimson #D0123C
Tints of Crimson #D0123C
RGB
CMYK
RGB Variations
Color information
#D0123C (or 0xD0123C) is known color: Crimson. HEX triplet: D0, 12 and 3C. RGB value is (208,18,60). Sum of RGB (Red+Green+Blue) = 208+18+60=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0123C is #2FEDC3. Grayscale: #4F4F4F. Windows color (decimal): -3141060 or 3936976. OLE color: 3936976.
HSL color Cylindrical-coordinate representation of color #D0123C: hue angle of 346.74º 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 #D0123C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.18 |
| HSL | 346.74º | 0.84% | 0.44% | - |
| HSV(B) | 346.74º | 0.91% | 0.82% | - |
| XYZ | 27.04 | 14.17 | 5.58 | - |
| YUV | 79.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 60 | 0 | 0.91 | 0.71 | 0.18 | 346.74 | 0.84 | 0.44 |
| Hex | D0 | 12 | 3C | 0 | 5B | 47 | 12 | 15B | 54 | 2C |
| Octal | 320 | 22 | 74 | 0 | 133 | 107 | 22 | 533 | 124 | 54 |
| Binary | 11010000 | 10010 | 111100 | 0 | 1011011 | 1000111 | 10010 | 101011011 | 1010100 | 101100 |
Color Harmonies of #D0123C
Complementary color
Monochromatic Colors of #D0123C
Black with #D0123C
Text Example
Text Example
White with #D0123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0123C; }
p { color: rgb(208,18,60); }
H1.HeaderClassName
{
color: #D0123C;
}
.AnyTagClassName
{
color: #D0123C;
}
</style>
background-color css
<style>
a { background-color: #D0123C; }
a { background-color: rgb(208,18,60); }
div.DivClassName
{
background-color: #D0123C;
}
.BgClassName
{
background-color: #D0123C;
}
</style>
border-color css
<style>
span { border-color: #D0123C; }
span { border-color: rgb(208,18,60); }
td.TdClassName
{
border-color: #D0123C;
}
.TagClassName
{
border-color: #D0123C;
}
</style>