Shades of Crimson #D0124B
Tints of Crimson #D0124B
RGB
CMYK
RGB Variations
Color information
#D0124B (or 0xD0124B) is known color: Crimson. HEX triplet: D0, 12 and 4B. RGB value is (208,18,75). Sum of RGB (Red+Green+Blue) = 208+18+75=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0124B is #2FEDB4. Grayscale: #515151. Windows color (decimal): -3141045 or 4920016. OLE color: 4920016.
HSL color Cylindrical-coordinate representation of color #D0124B: hue angle of 342º 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 #D0124B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 75 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.18 |
| HSL | 342º | 0.84% | 0.44% | - |
| HSV(B) | 342º | 0.91% | 0.82% | - |
| XYZ | 27.5 | 14.35 | 7.98 | - |
| YUV | 81.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 75 | 0 | 0.91 | 0.64 | 0.18 | 342 | 0.84 | 0.44 |
| Hex | D0 | 12 | 4B | 0 | 5B | 40 | 12 | 156 | 54 | 2C |
| Octal | 320 | 22 | 113 | 0 | 133 | 100 | 22 | 526 | 124 | 54 |
| Binary | 11010000 | 10010 | 1001011 | 0 | 1011011 | 1000000 | 10010 | 101010110 | 1010100 | 101100 |
Color Harmonies of #D0124B
Complementary color
Monochromatic Colors of #D0124B
Black with #D0124B
Text Example
Text Example
White with #D0124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0124B; }
p { color: rgb(208,18,75); }
H1.HeaderClassName
{
color: #D0124B;
}
.AnyTagClassName
{
color: #D0124B;
}
</style>
background-color css
<style>
a { background-color: #D0124B; }
a { background-color: rgb(208,18,75); }
div.DivClassName
{
background-color: #D0124B;
}
.BgClassName
{
background-color: #D0124B;
}
</style>
border-color css
<style>
span { border-color: #D0124B; }
span { border-color: rgb(208,18,75); }
td.TdClassName
{
border-color: #D0124B;
}
.TagClassName
{
border-color: #D0124B;
}
</style>