Shades of Crimson #C80445
Tints of Crimson #C80445
RGB
CMYK
RGB Variations
Color information
#C80445 (or 0xC80445) is known color: Crimson. HEX triplet: C8, 04 and 45. RGB value is (200,4,69). Sum of RGB (Red+Green+Blue) = 200+4+69=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80445 is #37FBBA. Grayscale: #454545. Windows color (decimal): -3668923 or 4523208. OLE color: 4523208.
HSL color Cylindrical-coordinate representation of color #C80445: hue angle of 340.1º 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 #C80445 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.22 |
| HSL | 340.1º | 0.96% | 0.4% | - |
| HSV(B) | 340.1º | 0.98% | 0.78% | - |
| XYZ | 24.94 | 12.8 | 6.79 | - |
| YUV | 70.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 69 | 0 | 0.98 | 0.66 | 0.22 | 340.1 | 0.96 | 0.4 |
| Hex | C8 | 4 | 45 | 0 | 62 | 42 | 16 | 154 | 60 | 28 |
| Octal | 310 | 4 | 105 | 0 | 142 | 102 | 26 | 524 | 140 | 50 |
| Binary | 11001000 | 100 | 1000101 | 0 | 1100010 | 1000010 | 10110 | 101010100 | 1100000 | 101000 |
Color Harmonies of #C80445
Complementary color
Monochromatic Colors of #C80445
Black with #C80445
Text Example
Text Example
White with #C80445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80445; }
p { color: rgb(200,4,69); }
H1.HeaderClassName
{
color: #C80445;
}
.AnyTagClassName
{
color: #C80445;
}
</style>
background-color css
<style>
a { background-color: #C80445; }
a { background-color: rgb(200,4,69); }
div.DivClassName
{
background-color: #C80445;
}
.BgClassName
{
background-color: #C80445;
}
</style>
border-color css
<style>
span { border-color: #C80445; }
span { border-color: rgb(200,4,69); }
td.TdClassName
{
border-color: #C80445;
}
.TagClassName
{
border-color: #C80445;
}
</style>