Shades of Crimson #C80744
Tints of Crimson #C80744
RGB
CMYK
RGB Variations
Color information
#C80744 (or 0xC80744) is known color: Crimson. HEX triplet: C8, 07 and 44. RGB value is (200,7,68). Sum of RGB (Red+Green+Blue) = 200+7+68=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C80744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80744 is #37F8BB. Grayscale: #474747. Windows color (decimal): -3668156 or 4458440. OLE color: 4458440.
HSL color Cylindrical-coordinate representation of color #C80744: hue angle of 341.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80744 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 68 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.22 |
| HSL | 341.04º | 0.93% | 0.41% | - |
| HSV(B) | 341.04º | 0.97% | 0.78% | - |
| XYZ | 24.94 | 12.85 | 6.63 | - |
| YUV | 71.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 68 | 0 | 0.96 | 0.66 | 0.22 | 341.04 | 0.93 | 0.41 |
| Hex | C8 | 7 | 44 | 0 | 60 | 42 | 16 | 155 | 5D | 29 |
| Octal | 310 | 7 | 104 | 0 | 140 | 102 | 26 | 525 | 135 | 51 |
| Binary | 11001000 | 111 | 1000100 | 0 | 1100000 | 1000010 | 10110 | 101010101 | 1011101 | 101001 |
Color Harmonies of #C80744
Complementary color
Monochromatic Colors of #C80744
Black with #C80744
Text Example
Text Example
White with #C80744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80744; }
p { color: rgb(200,7,68); }
H1.HeaderClassName
{
color: #C80744;
}
.AnyTagClassName
{
color: #C80744;
}
</style>
background-color css
<style>
a { background-color: #C80744; }
a { background-color: rgb(200,7,68); }
div.DivClassName
{
background-color: #C80744;
}
.BgClassName
{
background-color: #C80744;
}
</style>
border-color css
<style>
span { border-color: #C80744; }
span { border-color: rgb(200,7,68); }
td.TdClassName
{
border-color: #C80744;
}
.TagClassName
{
border-color: #C80744;
}
</style>