Shades of Crimson #CD074A
Tints of Crimson #CD074A
RGB
CMYK
RGB Variations
Color information
#CD074A (or 0xCD074A) is known color: Crimson. HEX triplet: CD, 07 and 4A. RGB value is (205,7,74). Sum of RGB (Red+Green+Blue) = 205+7+74=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD074A is #32F8B5. Grayscale: #494949. Windows color (decimal): -3340470 or 4851661. OLE color: 4851661.
HSL color Cylindrical-coordinate representation of color #CD074A: hue angle of 339.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD074A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.20 |
| HSL | 339.7º | 0.93% | 0.42% | - |
| HSV(B) | 339.7º | 0.97% | 0.8% | - |
| XYZ | 26.49 | 13.63 | 7.71 | - |
| YUV | 73.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 74 | 0 | 0.97 | 0.64 | 0.20 | 339.7 | 0.93 | 0.42 |
| Hex | CD | 7 | 4A | 0 | 61 | 40 | 14 | 154 | 5D | 2A |
| Octal | 315 | 7 | 112 | 0 | 141 | 100 | 24 | 524 | 135 | 52 |
| Binary | 11001101 | 111 | 1001010 | 0 | 1100001 | 1000000 | 10100 | 101010100 | 1011101 | 101010 |
Color Harmonies of #CD074A
Complementary color
Monochromatic Colors of #CD074A
Black with #CD074A
Text Example
Text Example
White with #CD074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD074A; }
p { color: rgb(205,7,74); }
H1.HeaderClassName
{
color: #CD074A;
}
.AnyTagClassName
{
color: #CD074A;
}
</style>
background-color css
<style>
a { background-color: #CD074A; }
a { background-color: rgb(205,7,74); }
div.DivClassName
{
background-color: #CD074A;
}
.BgClassName
{
background-color: #CD074A;
}
</style>
border-color css
<style>
span { border-color: #CD074A; }
span { border-color: rgb(205,7,74); }
td.TdClassName
{
border-color: #CD074A;
}
.TagClassName
{
border-color: #CD074A;
}
</style>