Shades of Crimson #CD0E3C
Tints of Crimson #CD0E3C
RGB
CMYK
RGB Variations
Color information
#CD0E3C (or 0xCD0E3C) is known color: Crimson. HEX triplet: CD, 0E and 3C. RGB value is (205,14,60). Sum of RGB (Red+Green+Blue) = 205+14+60=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0E3C is #32F1C3. Grayscale: #4C4C4C. Windows color (decimal): -3338692 or 3935949. OLE color: 3935949.
HSL color Cylindrical-coordinate representation of color #CD0E3C: hue angle of 345.55º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0E3C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 14 | 60 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.20 |
| HSL | 345.55º | 0.87% | 0.43% | - |
| HSV(B) | 345.55º | 0.93% | 0.8% | - |
| XYZ | 26.15 | 13.62 | 5.53 | - |
| YUV | 76.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 60 | 0 | 0.93 | 0.71 | 0.20 | 345.55 | 0.87 | 0.43 |
| Hex | CD | E | 3C | 0 | 5D | 47 | 14 | 15A | 57 | 2B |
| Octal | 315 | 16 | 74 | 0 | 135 | 107 | 24 | 532 | 127 | 53 |
| Binary | 11001101 | 1110 | 111100 | 0 | 1011101 | 1000111 | 10100 | 101011010 | 1010111 | 101011 |
Color Harmonies of #CD0E3C
Complementary color
Monochromatic Colors of #CD0E3C
Black with #CD0E3C
Text Example
Text Example
White with #CD0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0E3C; }
p { color: rgb(205,14,60); }
H1.HeaderClassName
{
color: #CD0E3C;
}
.AnyTagClassName
{
color: #CD0E3C;
}
</style>
background-color css
<style>
a { background-color: #CD0E3C; }
a { background-color: rgb(205,14,60); }
div.DivClassName
{
background-color: #CD0E3C;
}
.BgClassName
{
background-color: #CD0E3C;
}
</style>
border-color css
<style>
span { border-color: #CD0E3C; }
span { border-color: rgb(205,14,60); }
td.TdClassName
{
border-color: #CD0E3C;
}
.TagClassName
{
border-color: #CD0E3C;
}
</style>