Shades of Crimson #CD174D
Tints of Crimson #CD174D
RGB
CMYK
RGB Variations
Color information
#CD174D (or 0xCD174D) is known color: Crimson. HEX triplet: CD, 17 and 4D. RGB value is (205,23,77). Sum of RGB (Red+Green+Blue) = 205+23+77=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD174D is #32E8B2. Grayscale: #535353. Windows color (decimal): -3336371 or 5052365. OLE color: 5052365.
HSL color Cylindrical-coordinate representation of color #CD174D: hue angle of 342.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD174D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 77 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.20 |
| HSL | 342.2º | 0.8% | 0.45% | - |
| HSV(B) | 342.2º | 0.89% | 0.8% | - |
| XYZ | 26.82 | 14.13 | 8.33 | - |
| YUV | 83.57 | 124.3 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 77 | 0 | 0.89 | 0.62 | 0.20 | 342.2 | 0.8 | 0.45 |
| Hex | CD | 17 | 4D | 0 | 59 | 3E | 14 | 156 | 50 | 2D |
| Octal | 315 | 27 | 115 | 0 | 131 | 76 | 24 | 526 | 120 | 55 |
| Binary | 11001101 | 10111 | 1001101 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010000 | 101101 |
Color Harmonies of #CD174D
Complementary color
Monochromatic Colors of #CD174D
Black with #CD174D
Text Example
Text Example
White with #CD174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD174D; }
p { color: rgb(205,23,77); }
H1.HeaderClassName
{
color: #CD174D;
}
.AnyTagClassName
{
color: #CD174D;
}
</style>
background-color css
<style>
a { background-color: #CD174D; }
a { background-color: rgb(205,23,77); }
div.DivClassName
{
background-color: #CD174D;
}
.BgClassName
{
background-color: #CD174D;
}
</style>
border-color css
<style>
span { border-color: #CD174D; }
span { border-color: rgb(205,23,77); }
td.TdClassName
{
border-color: #CD174D;
}
.TagClassName
{
border-color: #CD174D;
}
</style>