Shades of Crimson #CD103A
Tints of Crimson #CD103A
RGB
CMYK
RGB Variations
Color information
#CD103A (or 0xCD103A) is known color: Crimson. HEX triplet: CD, 10 and 3A. RGB value is (205,16,58). Sum of RGB (Red+Green+Blue) = 205+16+58=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD103A is #32EFC5. Grayscale: #4D4D4D. Windows color (decimal): -3338182 or 3805389. OLE color: 3805389.
HSL color Cylindrical-coordinate representation of color #CD103A: hue angle of 346.67º 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 #CD103A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 58 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.20 |
| HSL | 346.67º | 0.86% | 0.43% | - |
| HSV(B) | 346.67º | 0.92% | 0.8% | - |
| XYZ | 26.13 | 13.66 | 5.26 | - |
| YUV | 77.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 58 | 0 | 0.92 | 0.72 | 0.20 | 346.67 | 0.86 | 0.43 |
| Hex | CD | 10 | 3A | 0 | 5C | 48 | 14 | 15B | 56 | 2B |
| Octal | 315 | 20 | 72 | 0 | 134 | 110 | 24 | 533 | 126 | 53 |
| Binary | 11001101 | 10000 | 111010 | 0 | 1011100 | 1001000 | 10100 | 101011011 | 1010110 | 101011 |
Color Harmonies of #CD103A
Complementary color
Monochromatic Colors of #CD103A
Black with #CD103A
Text Example
Text Example
White with #CD103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD103A; }
p { color: rgb(205,16,58); }
H1.HeaderClassName
{
color: #CD103A;
}
.AnyTagClassName
{
color: #CD103A;
}
</style>
background-color css
<style>
a { background-color: #CD103A; }
a { background-color: rgb(205,16,58); }
div.DivClassName
{
background-color: #CD103A;
}
.BgClassName
{
background-color: #CD103A;
}
</style>
border-color css
<style>
span { border-color: #CD103A; }
span { border-color: rgb(205,16,58); }
td.TdClassName
{
border-color: #CD103A;
}
.TagClassName
{
border-color: #CD103A;
}
</style>