Shades of Crimson #D00C3A
Tints of Crimson #D00C3A
RGB
CMYK
RGB Variations
Color information
#D00C3A (or 0xD00C3A) is known color: Crimson. HEX triplet: D0, 0C and 3A. RGB value is (208,12,58). Sum of RGB (Red+Green+Blue) = 208+12+58=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C3A is #2FF3C5. Grayscale: #4B4B4B. Windows color (decimal): -3142598 or 3804368. OLE color: 3804368.
HSL color Cylindrical-coordinate representation of color #D00C3A: hue angle of 345.92º 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 #D00C3A is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 58 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.18 |
| HSL | 345.92º | 0.89% | 0.43% | - |
| HSV(B) | 345.92º | 0.94% | 0.82% | - |
| XYZ | 26.91 | 13.98 | 5.28 | - |
| YUV | 75.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 58 | 0 | 0.94 | 0.72 | 0.18 | 345.92 | 0.89 | 0.43 |
| Hex | D0 | C | 3A | 0 | 5E | 48 | 12 | 15A | 59 | 2B |
| Octal | 320 | 14 | 72 | 0 | 136 | 110 | 22 | 532 | 131 | 53 |
| Binary | 11010000 | 1100 | 111010 | 0 | 1011110 | 1001000 | 10010 | 101011010 | 1011001 | 101011 |
Color Harmonies of #D00C3A
Complementary color
Monochromatic Colors of #D00C3A
Black with #D00C3A
Text Example
Text Example
White with #D00C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C3A; }
p { color: rgb(208,12,58); }
H1.HeaderClassName
{
color: #D00C3A;
}
.AnyTagClassName
{
color: #D00C3A;
}
</style>
background-color css
<style>
a { background-color: #D00C3A; }
a { background-color: rgb(208,12,58); }
div.DivClassName
{
background-color: #D00C3A;
}
.BgClassName
{
background-color: #D00C3A;
}
</style>
border-color css
<style>
span { border-color: #D00C3A; }
span { border-color: rgb(208,12,58); }
td.TdClassName
{
border-color: #D00C3A;
}
.TagClassName
{
border-color: #D00C3A;
}
</style>