Shades of Crimson #CD134D
Tints of Crimson #CD134D
RGB
CMYK
RGB Variations
Color information
#CD134D (or 0xCD134D) is known color: Crimson. HEX triplet: CD, 13 and 4D. RGB value is (205,19,77). Sum of RGB (Red+Green+Blue) = 205+19+77=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD134D is #32ECB2. Grayscale: #515151. Windows color (decimal): -3337395 or 5051341. OLE color: 5051341.
HSL color Cylindrical-coordinate representation of color #CD134D: hue angle of 341.29º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD134D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.20 |
| HSL | 341.29º | 0.83% | 0.44% | - |
| HSV(B) | 341.29º | 0.91% | 0.8% | - |
| XYZ | 26.75 | 13.98 | 8.31 | - |
| YUV | 81.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 77 | 0 | 0.91 | 0.62 | 0.20 | 341.29 | 0.83 | 0.44 |
| Hex | CD | 13 | 4D | 0 | 5B | 3E | 14 | 155 | 53 | 2C |
| Octal | 315 | 23 | 115 | 0 | 133 | 76 | 24 | 525 | 123 | 54 |
| Binary | 11001101 | 10011 | 1001101 | 0 | 1011011 | 111110 | 10100 | 101010101 | 1010011 | 101100 |
Color Harmonies of #CD134D
Complementary color
Monochromatic Colors of #CD134D
Black with #CD134D
Text Example
Text Example
White with #CD134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD134D; }
p { color: rgb(205,19,77); }
H1.HeaderClassName
{
color: #CD134D;
}
.AnyTagClassName
{
color: #CD134D;
}
</style>
background-color css
<style>
a { background-color: #CD134D; }
a { background-color: rgb(205,19,77); }
div.DivClassName
{
background-color: #CD134D;
}
.BgClassName
{
background-color: #CD134D;
}
</style>
border-color css
<style>
span { border-color: #CD134D; }
span { border-color: rgb(205,19,77); }
td.TdClassName
{
border-color: #CD134D;
}
.TagClassName
{
border-color: #CD134D;
}
</style>