Shades of Crimson #CD0031
Tints of Crimson #CD0031
RGB
CMYK
RGB Variations
Color information
#CD0031 (or 0xCD0031) is known color: Crimson. HEX triplet: CD, 00 and 31. RGB value is (205,0,49). Sum of RGB (Red+Green+Blue) = 205+0+49=254 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.71% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0031 is #32FFCE. Grayscale: #424242. Windows color (decimal): -3342287 or 3211469. OLE color: 3211469.
HSL color Cylindrical-coordinate representation of color #CD0031: hue angle of 345.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0031 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.76 | 0.20 |
| HSL | 345.66º | 1% | 0.4% | - |
| HSV(B) | 345.66º | 1% | 0.8% | - |
| XYZ | 25.73 | 13.2 | 4.1 | - |
| YUV | 66.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 49 | 0 | 1 | 0.76 | 0.20 | 345.66 | 1 | 0.4 |
| Hex | CD | 0 | 31 | 0 | 64 | 4C | 14 | 15A | 64 | 28 |
| Octal | 315 | 0 | 61 | 0 | 144 | 114 | 24 | 532 | 144 | 50 |
| Binary | 11001101 | 0 | 110001 | 0 | 1100100 | 1001100 | 10100 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CD0031
Complementary color
Monochromatic Colors of #CD0031
Black with #CD0031
Text Example
Text Example
White with #CD0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0031; }
p { color: rgb(205,0,49); }
H1.HeaderClassName
{
color: #CD0031;
}
.AnyTagClassName
{
color: #CD0031;
}
</style>
background-color css
<style>
a { background-color: #CD0031; }
a { background-color: rgb(205,0,49); }
div.DivClassName
{
background-color: #CD0031;
}
.BgClassName
{
background-color: #CD0031;
}
</style>
border-color css
<style>
span { border-color: #CD0031; }
span { border-color: rgb(205,0,49); }
td.TdClassName
{
border-color: #CD0031;
}
.TagClassName
{
border-color: #CD0031;
}
</style>