Shades of Crimson #D00D44
Tints of Crimson #D00D44
RGB
CMYK
RGB Variations
Color information
#D00D44 (or 0xD00D44) is known color: Crimson. HEX triplet: D0, 0D and 44. RGB value is (208,13,68). Sum of RGB (Red+Green+Blue) = 208+13+68=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D44 is #2FF2BB. Grayscale: #4D4D4D. Windows color (decimal): -3142332 or 4459984. OLE color: 4459984.
HSL color Cylindrical-coordinate representation of color #D00D44: hue angle of 343.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D44 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 68 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.18 |
| HSL | 343.08º | 0.88% | 0.43% | - |
| HSV(B) | 343.08º | 0.94% | 0.82% | - |
| XYZ | 27.2 | 14.12 | 6.76 | - |
| YUV | 77.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 68 | 0 | 0.94 | 0.67 | 0.18 | 343.08 | 0.88 | 0.43 |
| Hex | D0 | D | 44 | 0 | 5E | 43 | 12 | 157 | 58 | 2B |
| Octal | 320 | 15 | 104 | 0 | 136 | 103 | 22 | 527 | 130 | 53 |
| Binary | 11010000 | 1101 | 1000100 | 0 | 1011110 | 1000011 | 10010 | 101010111 | 1011000 | 101011 |
Color Harmonies of #D00D44
Complementary color
Monochromatic Colors of #D00D44
Black with #D00D44
Text Example
Text Example
White with #D00D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D44; }
p { color: rgb(208,13,68); }
H1.HeaderClassName
{
color: #D00D44;
}
.AnyTagClassName
{
color: #D00D44;
}
</style>
background-color css
<style>
a { background-color: #D00D44; }
a { background-color: rgb(208,13,68); }
div.DivClassName
{
background-color: #D00D44;
}
.BgClassName
{
background-color: #D00D44;
}
</style>
border-color css
<style>
span { border-color: #D00D44; }
span { border-color: rgb(208,13,68); }
td.TdClassName
{
border-color: #D00D44;
}
.TagClassName
{
border-color: #D00D44;
}
</style>