Shades of Crimson #C40148
Tints of Crimson #C40148
RGB
CMYK
RGB Variations
Color information
#C40148 (or 0xC40148) is known color: Crimson. HEX triplet: C4, 01 and 48. RGB value is (196,1,72). Sum of RGB (Red+Green+Blue) = 196+1+72=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C40148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40148 is #3BFEB7. Grayscale: #434343. Windows color (decimal): -3931832 or 4719044. OLE color: 4719044.
HSL color Cylindrical-coordinate representation of color #C40148: hue angle of 338.15º 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 #C40148 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.23 |
| HSL | 338.15º | 0.99% | 0.39% | - |
| HSV(B) | 338.15º | 0.99% | 0.77% | - |
| XYZ | 23.95 | 12.23 | 7.23 | - |
| YUV | 67.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 72 | 0 | 0.99 | 0.63 | 0.23 | 338.15 | 0.99 | 0.39 |
| Hex | C4 | 1 | 48 | 0 | 63 | 3F | 17 | 152 | 63 | 27 |
| Octal | 304 | 1 | 110 | 0 | 143 | 77 | 27 | 522 | 143 | 47 |
| Binary | 11000100 | 1 | 1001000 | 0 | 1100011 | 111111 | 10111 | 101010010 | 1100011 | 100111 |
Color Harmonies of #C40148
Complementary color
Monochromatic Colors of #C40148
Black with #C40148
Text Example
Text Example
White with #C40148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40148; }
p { color: rgb(196,1,72); }
H1.HeaderClassName
{
color: #C40148;
}
.AnyTagClassName
{
color: #C40148;
}
</style>
background-color css
<style>
a { background-color: #C40148; }
a { background-color: rgb(196,1,72); }
div.DivClassName
{
background-color: #C40148;
}
.BgClassName
{
background-color: #C40148;
}
</style>
border-color css
<style>
span { border-color: #C40148; }
span { border-color: rgb(196,1,72); }
td.TdClassName
{
border-color: #C40148;
}
.TagClassName
{
border-color: #C40148;
}
</style>