Shades of Crimson #C7044B
Tints of Crimson #C7044B
RGB
CMYK
RGB Variations
Color information
#C7044B (or 0xC7044B) is known color: Crimson. HEX triplet: C7, 04 and 4B. RGB value is (199,4,75). Sum of RGB (Red+Green+Blue) = 199+4+75=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7044B is #38FBB4. Grayscale: #464646. Windows color (decimal): -3734453 or 4916423. OLE color: 4916423.
HSL color Cylindrical-coordinate representation of color #C7044B: hue angle of 338.15º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7044B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.22 |
| HSL | 338.15º | 0.96% | 0.4% | - |
| HSV(B) | 338.15º | 0.98% | 0.78% | - |
| XYZ | 24.87 | 12.74 | 7.8 | - |
| YUV | 70.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 75 | 0 | 0.98 | 0.62 | 0.22 | 338.15 | 0.96 | 0.4 |
| Hex | C7 | 4 | 4B | 0 | 62 | 3E | 16 | 152 | 60 | 28 |
| Octal | 307 | 4 | 113 | 0 | 142 | 76 | 26 | 522 | 140 | 50 |
| Binary | 11000111 | 100 | 1001011 | 0 | 1100010 | 111110 | 10110 | 101010010 | 1100000 | 101000 |
Color Harmonies of #C7044B
Complementary color
Monochromatic Colors of #C7044B
Black with #C7044B
Text Example
Text Example
White with #C7044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7044B; }
p { color: rgb(199,4,75); }
H1.HeaderClassName
{
color: #C7044B;
}
.AnyTagClassName
{
color: #C7044B;
}
</style>
background-color css
<style>
a { background-color: #C7044B; }
a { background-color: rgb(199,4,75); }
div.DivClassName
{
background-color: #C7044B;
}
.BgClassName
{
background-color: #C7044B;
}
</style>
border-color css
<style>
span { border-color: #C7044B; }
span { border-color: rgb(199,4,75); }
td.TdClassName
{
border-color: #C7044B;
}
.TagClassName
{
border-color: #C7044B;
}
</style>