Shades of Crimson #C40144
Tints of Crimson #C40144
RGB
CMYK
RGB Variations
Color information
#C40144 (or 0xC40144) is known color: Crimson. HEX triplet: C4, 01 and 44. RGB value is (196,1,68). Sum of RGB (Red+Green+Blue) = 196+1+68=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40144 is #3BFEBB. Grayscale: #424242. Windows color (decimal): -3931836 or 4456900. OLE color: 4456900.
HSL color Cylindrical-coordinate representation of color #C40144: hue angle of 339.38º 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 #C40144 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.23 |
| HSL | 339.38º | 0.99% | 0.39% | - |
| HSV(B) | 339.38º | 0.99% | 0.77% | - |
| XYZ | 23.82 | 12.17 | 6.56 | - |
| YUV | 66.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 68 | 0 | 0.99 | 0.65 | 0.23 | 339.38 | 0.99 | 0.39 |
| Hex | C4 | 1 | 44 | 0 | 63 | 41 | 17 | 153 | 63 | 27 |
| Octal | 304 | 1 | 104 | 0 | 143 | 101 | 27 | 523 | 143 | 47 |
| Binary | 11000100 | 1 | 1000100 | 0 | 1100011 | 1000001 | 10111 | 101010011 | 1100011 | 100111 |
Color Harmonies of #C40144
Complementary color
Monochromatic Colors of #C40144
Black with #C40144
Text Example
Text Example
White with #C40144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40144; }
p { color: rgb(196,1,68); }
H1.HeaderClassName
{
color: #C40144;
}
.AnyTagClassName
{
color: #C40144;
}
</style>
background-color css
<style>
a { background-color: #C40144; }
a { background-color: rgb(196,1,68); }
div.DivClassName
{
background-color: #C40144;
}
.BgClassName
{
background-color: #C40144;
}
</style>
border-color css
<style>
span { border-color: #C40144; }
span { border-color: rgb(196,1,68); }
td.TdClassName
{
border-color: #C40144;
}
.TagClassName
{
border-color: #C40144;
}
</style>