Shades of Crimson #C4003F
Tints of Crimson #C4003F
RGB
CMYK
RGB Variations
Color information
#C4003F (or 0xC4003F) is known color: Crimson. HEX triplet: C4, 00 and 3F. RGB value is (196,0,63). Sum of RGB (Red+Green+Blue) = 196+0+63=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4003F is #3BFFC0. Grayscale: #414141. Windows color (decimal): -3932097 or 4128964. OLE color: 4128964.
HSL color Cylindrical-coordinate representation of color #C4003F: hue angle of 340.71º 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 #C4003F is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.68 | 0.23 |
| HSL | 340.71º | 1% | 0.38% | - |
| HSV(B) | 340.71º | 1% | 0.77% | - |
| XYZ | 23.66 | 12.09 | 5.79 | - |
| YUV | 65.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 63 | 0 | 1 | 0.68 | 0.23 | 340.71 | 1 | 0.38 |
| Hex | C4 | 0 | 3F | 0 | 64 | 44 | 17 | 155 | 64 | 26 |
| Octal | 304 | 0 | 77 | 0 | 144 | 104 | 27 | 525 | 144 | 46 |
| Binary | 11000100 | 0 | 111111 | 0 | 1100100 | 1000100 | 10111 | 101010101 | 1100100 | 100110 |
Color Harmonies of #C4003F
Complementary color
Monochromatic Colors of #C4003F
Black with #C4003F
Text Example
Text Example
White with #C4003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4003F; }
p { color: rgb(196,0,63); }
H1.HeaderClassName
{
color: #C4003F;
}
.AnyTagClassName
{
color: #C4003F;
}
</style>
background-color css
<style>
a { background-color: #C4003F; }
a { background-color: rgb(196,0,63); }
div.DivClassName
{
background-color: #C4003F;
}
.BgClassName
{
background-color: #C4003F;
}
</style>
border-color css
<style>
span { border-color: #C4003F; }
span { border-color: rgb(196,0,63); }
td.TdClassName
{
border-color: #C4003F;
}
.TagClassName
{
border-color: #C4003F;
}
</style>