Shades of Crimson #CD103D
Tints of Crimson #CD103D
RGB
CMYK
RGB Variations
Color information
#CD103D (or 0xCD103D) is known color: Crimson. HEX triplet: CD, 10 and 3D. RGB value is (205,16,61). Sum of RGB (Red+Green+Blue) = 205+16+61=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD103D is #32EFC2. Grayscale: #4D4D4D. Windows color (decimal): -3338179 or 4001997. OLE color: 4001997.
HSL color Cylindrical-coordinate representation of color #CD103D: hue angle of 345.71º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD103D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.20 |
| HSL | 345.71º | 0.86% | 0.43% | - |
| HSV(B) | 345.71º | 0.92% | 0.8% | - |
| XYZ | 26.2 | 13.69 | 5.68 | - |
| YUV | 77.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 61 | 0 | 0.92 | 0.70 | 0.20 | 345.71 | 0.86 | 0.43 |
| Hex | CD | 10 | 3D | 0 | 5C | 46 | 14 | 15A | 56 | 2B |
| Octal | 315 | 20 | 75 | 0 | 134 | 106 | 24 | 532 | 126 | 53 |
| Binary | 11001101 | 10000 | 111101 | 0 | 1011100 | 1000110 | 10100 | 101011010 | 1010110 | 101011 |
Color Harmonies of #CD103D
Complementary color
Monochromatic Colors of #CD103D
Black with #CD103D
Text Example
Text Example
White with #CD103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD103D; }
p { color: rgb(205,16,61); }
H1.HeaderClassName
{
color: #CD103D;
}
.AnyTagClassName
{
color: #CD103D;
}
</style>
background-color css
<style>
a { background-color: #CD103D; }
a { background-color: rgb(205,16,61); }
div.DivClassName
{
background-color: #CD103D;
}
.BgClassName
{
background-color: #CD103D;
}
</style>
border-color css
<style>
span { border-color: #CD103D; }
span { border-color: rgb(205,16,61); }
td.TdClassName
{
border-color: #CD103D;
}
.TagClassName
{
border-color: #CD103D;
}
</style>