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