Shades of Crimson #C40248
Tints of Crimson #C40248
RGB
CMYK
RGB Variations
Color information
#C40248 (or 0xC40248) is known color: Crimson. HEX triplet: C4, 02 and 48. RGB value is (196,2,72). Sum of RGB (Red+Green+Blue) = 196+2+72=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C40248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40248 is #3BFDB7. Grayscale: #434343. Windows color (decimal): -3931576 or 4719300. OLE color: 4719300.
HSL color Cylindrical-coordinate representation of color #C40248: hue angle of 338.35º degrees, saturation: 0.98, 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 #C40248 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.23 |
| HSL | 338.35º | 0.98% | 0.39% | - |
| HSV(B) | 338.35º | 0.99% | 0.77% | - |
| XYZ | 23.96 | 12.25 | 7.23 | - |
| YUV | 67.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 72 | 0 | 0.99 | 0.63 | 0.23 | 338.35 | 0.98 | 0.39 |
| Hex | C4 | 2 | 48 | 0 | 63 | 3F | 17 | 152 | 62 | 27 |
| Octal | 304 | 2 | 110 | 0 | 143 | 77 | 27 | 522 | 142 | 47 |
| Binary | 11000100 | 10 | 1001000 | 0 | 1100011 | 111111 | 10111 | 101010010 | 1100010 | 100111 |
Color Harmonies of #C40248
Complementary color
Monochromatic Colors of #C40248
Black with #C40248
Text Example
Text Example
White with #C40248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40248; }
p { color: rgb(196,2,72); }
H1.HeaderClassName
{
color: #C40248;
}
.AnyTagClassName
{
color: #C40248;
}
</style>
background-color css
<style>
a { background-color: #C40248; }
a { background-color: rgb(196,2,72); }
div.DivClassName
{
background-color: #C40248;
}
.BgClassName
{
background-color: #C40248;
}
</style>
border-color css
<style>
span { border-color: #C40248; }
span { border-color: rgb(196,2,72); }
td.TdClassName
{
border-color: #C40248;
}
.TagClassName
{
border-color: #C40248;
}
</style>