Shades of Crimson #D01E4C
Tints of Crimson #D01E4C
RGB
CMYK
RGB Variations
Color information
#D01E4C (or 0xD01E4C) is known color: Crimson. HEX triplet: D0, 1E and 4C. RGB value is (208,30,76). Sum of RGB (Red+Green+Blue) = 208+30+76=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E4C is #2FE1B3. Grayscale: #585858. Windows color (decimal): -3137972 or 4988624. OLE color: 4988624.
HSL color Cylindrical-coordinate representation of color #D01E4C: hue angle of 344.49º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E4C is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 76 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.18 |
| HSL | 344.49º | 0.75% | 0.47% | - |
| HSV(B) | 344.49º | 0.86% | 0.82% | - |
| XYZ | 27.78 | 14.86 | 8.24 | - |
| YUV | 88.47 | 120.97 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 76 | 0 | 0.86 | 0.63 | 0.18 | 344.49 | 0.75 | 0.47 |
| Hex | D0 | 1E | 4C | 0 | 56 | 3F | 12 | 158 | 4B | 2F |
| Octal | 320 | 36 | 114 | 0 | 126 | 77 | 22 | 530 | 113 | 57 |
| Binary | 11010000 | 11110 | 1001100 | 0 | 1010110 | 111111 | 10010 | 101011000 | 1001011 | 101111 |
Color Harmonies of #D01E4C
Complementary color
Monochromatic Colors of #D01E4C
Black with #D01E4C
Text Example
Text Example
White with #D01E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E4C; }
p { color: rgb(208,30,76); }
H1.HeaderClassName
{
color: #D01E4C;
}
.AnyTagClassName
{
color: #D01E4C;
}
</style>
background-color css
<style>
a { background-color: #D01E4C; }
a { background-color: rgb(208,30,76); }
div.DivClassName
{
background-color: #D01E4C;
}
.BgClassName
{
background-color: #D01E4C;
}
</style>
border-color css
<style>
span { border-color: #D01E4C; }
span { border-color: rgb(208,30,76); }
td.TdClassName
{
border-color: #D01E4C;
}
.TagClassName
{
border-color: #D01E4C;
}
</style>