Shades of Crimson #CD0C31
Tints of Crimson #CD0C31
RGB
CMYK
RGB Variations
Color information
#CD0C31 (or 0xCD0C31) is known color: Crimson. HEX triplet: CD, 0C and 31. RGB value is (205,12,49). Sum of RGB (Red+Green+Blue) = 205+12+49=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0C31 is #32F3CE. Grayscale: #494949. Windows color (decimal): -3339215 or 3214541. OLE color: 3214541.
HSL color Cylindrical-coordinate representation of color #CD0C31: hue angle of 348.5º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C31 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 49 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.20 |
| HSL | 348.5º | 0.89% | 0.43% | - |
| HSV(B) | 348.5º | 0.94% | 0.8% | - |
| XYZ | 25.86 | 13.46 | 4.14 | - |
| YUV | 73.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 49 | 0 | 0.94 | 0.76 | 0.20 | 348.5 | 0.89 | 0.43 |
| Hex | CD | C | 31 | 0 | 5E | 4C | 14 | 15C | 59 | 2B |
| Octal | 315 | 14 | 61 | 0 | 136 | 114 | 24 | 534 | 131 | 53 |
| Binary | 11001101 | 1100 | 110001 | 0 | 1011110 | 1001100 | 10100 | 101011100 | 1011001 | 101011 |
Color Harmonies of #CD0C31
Complementary color
Monochromatic Colors of #CD0C31
Black with #CD0C31
Text Example
Text Example
White with #CD0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C31; }
p { color: rgb(205,12,49); }
H1.HeaderClassName
{
color: #CD0C31;
}
.AnyTagClassName
{
color: #CD0C31;
}
</style>
background-color css
<style>
a { background-color: #CD0C31; }
a { background-color: rgb(205,12,49); }
div.DivClassName
{
background-color: #CD0C31;
}
.BgClassName
{
background-color: #CD0C31;
}
</style>
border-color css
<style>
span { border-color: #CD0C31; }
span { border-color: rgb(205,12,49); }
td.TdClassName
{
border-color: #CD0C31;
}
.TagClassName
{
border-color: #CD0C31;
}
</style>