Shades of Crimson #D0012D
Tints of Crimson #D0012D
RGB
CMYK
RGB Variations
Color information
#D0012D (or 0xD0012D) is known color: Crimson. HEX triplet: D0, 01 and 2D. RGB value is (208,1,45). Sum of RGB (Red+Green+Blue) = 208+1+45=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D0012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0012D is #2FFED2. Grayscale: #434343. Windows color (decimal): -3145427 or 2949584. OLE color: 2949584.
HSL color Cylindrical-coordinate representation of color #D0012D: hue angle of 347.25º 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 #D0012D is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.18 |
| HSL | 347.25º | 0.99% | 0.41% | - |
| HSV(B) | 347.25º | 1% | 0.82% | - |
| XYZ | 26.5 | 13.62 | 3.72 | - |
| YUV | 67.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 45 | 0 | 1.00 | 0.78 | 0.18 | 347.25 | 0.99 | 0.41 |
| Hex | D0 | 1 | 2D | 0 | 64 | 4E | 12 | 15B | 63 | 29 |
| Octal | 320 | 1 | 55 | 0 | 144 | 116 | 22 | 533 | 143 | 51 |
| Binary | 11010000 | 1 | 101101 | 0 | 1100100 | 1001110 | 10010 | 101011011 | 1100011 | 101001 |
Color Harmonies of #D0012D
Complementary color
Monochromatic Colors of #D0012D
Black with #D0012D
Text Example
Text Example
White with #D0012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0012D; }
p { color: rgb(208,1,45); }
H1.HeaderClassName
{
color: #D0012D;
}
.AnyTagClassName
{
color: #D0012D;
}
</style>
background-color css
<style>
a { background-color: #D0012D; }
a { background-color: rgb(208,1,45); }
div.DivClassName
{
background-color: #D0012D;
}
.BgClassName
{
background-color: #D0012D;
}
</style>
border-color css
<style>
span { border-color: #D0012D; }
span { border-color: rgb(208,1,45); }
td.TdClassName
{
border-color: #D0012D;
}
.TagClassName
{
border-color: #D0012D;
}
</style>