Shades of Crimson #C40149
Tints of Crimson #C40149
RGB
CMYK
RGB Variations
Color information
#C40149 (or 0xC40149) is known color: Crimson. HEX triplet: C4, 01 and 49. RGB value is (196,1,73). Sum of RGB (Red+Green+Blue) = 196+1+73=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C40149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40149 is #3BFEB6. Grayscale: #434343. Windows color (decimal): -3931831 or 4784580. OLE color: 4784580.
HSL color Cylindrical-coordinate representation of color #C40149: hue angle of 337.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40149 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.23 |
| HSL | 337.85º | 0.99% | 0.39% | - |
| HSV(B) | 337.85º | 0.99% | 0.77% | - |
| XYZ | 23.98 | 12.24 | 7.4 | - |
| YUV | 67.51 | 131.1 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 73 | 0 | 0.99 | 0.63 | 0.23 | 337.85 | 0.99 | 0.39 |
| Hex | C4 | 1 | 49 | 0 | 63 | 3F | 17 | 152 | 63 | 27 |
| Octal | 304 | 1 | 111 | 0 | 143 | 77 | 27 | 522 | 143 | 47 |
| Binary | 11000100 | 1 | 1001001 | 0 | 1100011 | 111111 | 10111 | 101010010 | 1100011 | 100111 |
Color Harmonies of #C40149
Complementary color
Monochromatic Colors of #C40149
Black with #C40149
Text Example
Text Example
White with #C40149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40149; }
p { color: rgb(196,1,73); }
H1.HeaderClassName
{
color: #C40149;
}
.AnyTagClassName
{
color: #C40149;
}
</style>
background-color css
<style>
a { background-color: #C40149; }
a { background-color: rgb(196,1,73); }
div.DivClassName
{
background-color: #C40149;
}
.BgClassName
{
background-color: #C40149;
}
</style>
border-color css
<style>
span { border-color: #C40149; }
span { border-color: rgb(196,1,73); }
td.TdClassName
{
border-color: #C40149;
}
.TagClassName
{
border-color: #C40149;
}
</style>