Shades of Crimson #C80745
Tints of Crimson #C80745
RGB
CMYK
RGB Variations
Color information
#C80745 (or 0xC80745) is known color: Crimson. HEX triplet: C8, 07 and 45. RGB value is (200,7,69). Sum of RGB (Red+Green+Blue) = 200+7+69=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C80745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80745 is #37F8BA. Grayscale: #474747. Windows color (decimal): -3668155 or 4523976. OLE color: 4523976.
HSL color Cylindrical-coordinate representation of color #C80745: hue angle of 340.73º 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 #C80745 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.22 |
| HSL | 340.73º | 0.93% | 0.41% | - |
| HSV(B) | 340.73º | 0.97% | 0.78% | - |
| XYZ | 24.97 | 12.86 | 6.8 | - |
| YUV | 71.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 69 | 0 | 0.96 | 0.66 | 0.22 | 340.73 | 0.93 | 0.41 |
| Hex | C8 | 7 | 45 | 0 | 60 | 42 | 16 | 155 | 5D | 29 |
| Octal | 310 | 7 | 105 | 0 | 140 | 102 | 26 | 525 | 135 | 51 |
| Binary | 11001000 | 111 | 1000101 | 0 | 1100000 | 1000010 | 10110 | 101010101 | 1011101 | 101001 |
Color Harmonies of #C80745
Complementary color
Monochromatic Colors of #C80745
Black with #C80745
Text Example
Text Example
White with #C80745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80745; }
p { color: rgb(200,7,69); }
H1.HeaderClassName
{
color: #C80745;
}
.AnyTagClassName
{
color: #C80745;
}
</style>
background-color css
<style>
a { background-color: #C80745; }
a { background-color: rgb(200,7,69); }
div.DivClassName
{
background-color: #C80745;
}
.BgClassName
{
background-color: #C80745;
}
</style>
border-color css
<style>
span { border-color: #C80745; }
span { border-color: rgb(200,7,69); }
td.TdClassName
{
border-color: #C80745;
}
.TagClassName
{
border-color: #C80745;
}
</style>