Shades of Crimson #D0003A
Tints of Crimson #D0003A
RGB
CMYK
RGB Variations
Color information
#D0003A (or 0xD0003A) is known color: Crimson. HEX triplet: D0, 00 and 3A. RGB value is (208,0,58). Sum of RGB (Red+Green+Blue) = 208+0+58=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D0003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0003A is #2FFFC5. Grayscale: #444444. Windows color (decimal): -3145670 or 3801296. OLE color: 3801296.
HSL color Cylindrical-coordinate representation of color #D0003A: hue angle of 343.27º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0003A is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.72 | 0.18 |
| HSL | 343.27º | 1% | 0.41% | - |
| HSV(B) | 343.27º | 1% | 0.82% | - |
| XYZ | 26.78 | 13.72 | 5.24 | - |
| YUV | 68.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 58 | 0 | 1 | 0.72 | 0.18 | 343.27 | 1 | 0.41 |
| Hex | D0 | 0 | 3A | 0 | 64 | 48 | 12 | 157 | 64 | 29 |
| Octal | 320 | 0 | 72 | 0 | 144 | 110 | 22 | 527 | 144 | 51 |
| Binary | 11010000 | 0 | 111010 | 0 | 1100100 | 1001000 | 10010 | 101010111 | 1100100 | 101001 |
Color Harmonies of #D0003A
Complementary color
Monochromatic Colors of #D0003A
Black with #D0003A
Text Example
Text Example
White with #D0003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0003A; }
p { color: rgb(208,0,58); }
H1.HeaderClassName
{
color: #D0003A;
}
.AnyTagClassName
{
color: #D0003A;
}
</style>
background-color css
<style>
a { background-color: #D0003A; }
a { background-color: rgb(208,0,58); }
div.DivClassName
{
background-color: #D0003A;
}
.BgClassName
{
background-color: #D0003A;
}
</style>
border-color css
<style>
span { border-color: #D0003A; }
span { border-color: rgb(208,0,58); }
td.TdClassName
{
border-color: #D0003A;
}
.TagClassName
{
border-color: #D0003A;
}
</style>