Shades of Crimson #D0012F
Tints of Crimson #D0012F
RGB
CMYK
RGB Variations
Color information
#D0012F (or 0xD0012F) is known color: Crimson. HEX triplet: D0, 01 and 2F. RGB value is (208,1,47). Sum of RGB (Red+Green+Blue) = 208+1+47=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D0012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0012F is #2FFED0. Grayscale: #444444. Windows color (decimal): -3145425 or 3080656. OLE color: 3080656.
HSL color Cylindrical-coordinate representation of color #D0012F: hue angle of 346.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0012F is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.18 |
| HSL | 346.67º | 0.99% | 0.41% | - |
| HSV(B) | 346.67º | 1% | 0.82% | - |
| XYZ | 26.54 | 13.64 | 3.92 | - |
| YUV | 68.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 47 | 0 | 1.00 | 0.77 | 0.18 | 346.67 | 0.99 | 0.41 |
| Hex | D0 | 1 | 2F | 0 | 64 | 4D | 12 | 15B | 63 | 29 |
| Octal | 320 | 1 | 57 | 0 | 144 | 115 | 22 | 533 | 143 | 51 |
| Binary | 11010000 | 1 | 101111 | 0 | 1100100 | 1001101 | 10010 | 101011011 | 1100011 | 101001 |
Color Harmonies of #D0012F
Complementary color
Monochromatic Colors of #D0012F
Black with #D0012F
Text Example
Text Example
White with #D0012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0012F; }
p { color: rgb(208,1,47); }
H1.HeaderClassName
{
color: #D0012F;
}
.AnyTagClassName
{
color: #D0012F;
}
</style>
background-color css
<style>
a { background-color: #D0012F; }
a { background-color: rgb(208,1,47); }
div.DivClassName
{
background-color: #D0012F;
}
.BgClassName
{
background-color: #D0012F;
}
</style>
border-color css
<style>
span { border-color: #D0012F; }
span { border-color: rgb(208,1,47); }
td.TdClassName
{
border-color: #D0012F;
}
.TagClassName
{
border-color: #D0012F;
}
</style>