Shades of Crimson #D00C48
Tints of Crimson #D00C48
RGB
CMYK
RGB Variations
Color information
#D00C48 (or 0xD00C48) is known color: Crimson. HEX triplet: D0, 0C and 48. RGB value is (208,12,72). Sum of RGB (Red+Green+Blue) = 208+12+72=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C48 is #2FF3B7. Grayscale: #4D4D4D. Windows color (decimal): -3142584 or 4721872. OLE color: 4721872.
HSL color Cylindrical-coordinate representation of color #D00C48: hue angle of 341.63º 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 #D00C48 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 72 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.18 |
| HSL | 341.63º | 0.89% | 0.43% | - |
| HSV(B) | 341.63º | 0.94% | 0.82% | - |
| XYZ | 27.31 | 14.14 | 7.42 | - |
| YUV | 77.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 72 | 0 | 0.94 | 0.65 | 0.18 | 341.63 | 0.89 | 0.43 |
| Hex | D0 | C | 48 | 0 | 5E | 41 | 12 | 156 | 59 | 2B |
| Octal | 320 | 14 | 110 | 0 | 136 | 101 | 22 | 526 | 131 | 53 |
| Binary | 11010000 | 1100 | 1001000 | 0 | 1011110 | 1000001 | 10010 | 101010110 | 1011001 | 101011 |
Color Harmonies of #D00C48
Complementary color
Monochromatic Colors of #D00C48
Black with #D00C48
Text Example
Text Example
White with #D00C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C48; }
p { color: rgb(208,12,72); }
H1.HeaderClassName
{
color: #D00C48;
}
.AnyTagClassName
{
color: #D00C48;
}
</style>
background-color css
<style>
a { background-color: #D00C48; }
a { background-color: rgb(208,12,72); }
div.DivClassName
{
background-color: #D00C48;
}
.BgClassName
{
background-color: #D00C48;
}
</style>
border-color css
<style>
span { border-color: #D00C48; }
span { border-color: rgb(208,12,72); }
td.TdClassName
{
border-color: #D00C48;
}
.TagClassName
{
border-color: #D00C48;
}
</style>