Shades of Crimson #D00C44
Tints of Crimson #D00C44
RGB
CMYK
RGB Variations
Color information
#D00C44 (or 0xD00C44) is known color: Crimson. HEX triplet: D0, 0C and 44. RGB value is (208,12,68). Sum of RGB (Red+Green+Blue) = 208+12+68=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C44 is #2FF3BB. Grayscale: #4C4C4C. Windows color (decimal): -3142588 or 4459728. OLE color: 4459728.
HSL color Cylindrical-coordinate representation of color #D00C44: hue angle of 342.86º degrees, saturation: 0.89, 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 #D00C44 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 68 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.18 |
| HSL | 342.86º | 0.89% | 0.43% | - |
| HSV(B) | 342.86º | 0.94% | 0.82% | - |
| XYZ | 27.19 | 14.09 | 6.76 | - |
| YUV | 76.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 68 | 0 | 0.94 | 0.67 | 0.18 | 342.86 | 0.89 | 0.43 |
| Hex | D0 | C | 44 | 0 | 5E | 43 | 12 | 157 | 59 | 2B |
| Octal | 320 | 14 | 104 | 0 | 136 | 103 | 22 | 527 | 131 | 53 |
| Binary | 11010000 | 1100 | 1000100 | 0 | 1011110 | 1000011 | 10010 | 101010111 | 1011001 | 101011 |
Color Harmonies of #D00C44
Complementary color
Monochromatic Colors of #D00C44
Black with #D00C44
Text Example
Text Example
White with #D00C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C44; }
p { color: rgb(208,12,68); }
H1.HeaderClassName
{
color: #D00C44;
}
.AnyTagClassName
{
color: #D00C44;
}
</style>
background-color css
<style>
a { background-color: #D00C44; }
a { background-color: rgb(208,12,68); }
div.DivClassName
{
background-color: #D00C44;
}
.BgClassName
{
background-color: #D00C44;
}
</style>
border-color css
<style>
span { border-color: #D00C44; }
span { border-color: rgb(208,12,68); }
td.TdClassName
{
border-color: #D00C44;
}
.TagClassName
{
border-color: #D00C44;
}
</style>