Shades of Crimson #C40048
Tints of Crimson #C40048
RGB
CMYK
RGB Variations
Color information
#C40048 (or 0xC40048) is known color: Crimson. HEX triplet: C4, 00 and 48. RGB value is (196,0,72). Sum of RGB (Red+Green+Blue) = 196+0+72=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C40048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40048 is #3BFFB7. Grayscale: #424242. Windows color (decimal): -3932088 or 4718788. OLE color: 4718788.
HSL color Cylindrical-coordinate representation of color #C40048: hue angle of 337.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40048 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.63 | 0.23 |
| HSL | 337.96º | 1% | 0.38% | - |
| HSV(B) | 337.96º | 1% | 0.77% | - |
| XYZ | 23.93 | 12.2 | 7.22 | - |
| YUV | 66.81 | 130.93 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 72 | 0 | 1 | 0.63 | 0.23 | 337.96 | 1 | 0.38 |
| Hex | C4 | 0 | 48 | 0 | 64 | 3F | 17 | 152 | 64 | 26 |
| Octal | 304 | 0 | 110 | 0 | 144 | 77 | 27 | 522 | 144 | 46 |
| Binary | 11000100 | 0 | 1001000 | 0 | 1100100 | 111111 | 10111 | 101010010 | 1100100 | 100110 |
Color Harmonies of #C40048
Complementary color
Monochromatic Colors of #C40048
Black with #C40048
Text Example
Text Example
White with #C40048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40048; }
p { color: rgb(196,0,72); }
H1.HeaderClassName
{
color: #C40048;
}
.AnyTagClassName
{
color: #C40048;
}
</style>
background-color css
<style>
a { background-color: #C40048; }
a { background-color: rgb(196,0,72); }
div.DivClassName
{
background-color: #C40048;
}
.BgClassName
{
background-color: #C40048;
}
</style>
border-color css
<style>
span { border-color: #C40048; }
span { border-color: rgb(196,0,72); }
td.TdClassName
{
border-color: #C40048;
}
.TagClassName
{
border-color: #C40048;
}
</style>