Shades of Crimson #D00144
Tints of Crimson #D00144
RGB
CMYK
RGB Variations
Color information
#D00144 (or 0xD00144) is known color: Crimson. HEX triplet: D0, 01 and 44. RGB value is (208,1,68). Sum of RGB (Red+Green+Blue) = 208+1+68=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00144 is #2FFEBB. Grayscale: #464646. Windows color (decimal): -3145404 or 4456912. OLE color: 4456912.
HSL color Cylindrical-coordinate representation of color #D00144: hue angle of 340.58º 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 #D00144 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.18 |
| HSL | 340.58º | 0.99% | 0.41% | - |
| HSV(B) | 340.58º | 1% | 0.82% | - |
| XYZ | 27.07 | 13.85 | 6.72 | - |
| YUV | 70.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 68 | 0 | 1.00 | 0.67 | 0.18 | 340.58 | 0.99 | 0.41 |
| Hex | D0 | 1 | 44 | 0 | 64 | 43 | 12 | 155 | 63 | 29 |
| Octal | 320 | 1 | 104 | 0 | 144 | 103 | 22 | 525 | 143 | 51 |
| Binary | 11010000 | 1 | 1000100 | 0 | 1100100 | 1000011 | 10010 | 101010101 | 1100011 | 101001 |
Color Harmonies of #D00144
Complementary color
Monochromatic Colors of #D00144
Black with #D00144
Text Example
Text Example
White with #D00144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00144; }
p { color: rgb(208,1,68); }
H1.HeaderClassName
{
color: #D00144;
}
.AnyTagClassName
{
color: #D00144;
}
</style>
background-color css
<style>
a { background-color: #D00144; }
a { background-color: rgb(208,1,68); }
div.DivClassName
{
background-color: #D00144;
}
.BgClassName
{
background-color: #D00144;
}
</style>
border-color css
<style>
span { border-color: #D00144; }
span { border-color: rgb(208,1,68); }
td.TdClassName
{
border-color: #D00144;
}
.TagClassName
{
border-color: #D00144;
}
</style>