Shades of Crimson #C80345
Tints of Crimson #C80345
RGB
CMYK
RGB Variations
Color information
#C80345 (or 0xC80345) is known color: Crimson. HEX triplet: C8, 03 and 45. RGB value is (200,3,69). Sum of RGB (Red+Green+Blue) = 200+3+69=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80345 is #37FCBA. Grayscale: #454545. Windows color (decimal): -3669179 or 4522952. OLE color: 4522952.
HSL color Cylindrical-coordinate representation of color #C80345: hue angle of 339.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80345 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.22 |
| HSL | 339.9º | 0.97% | 0.4% | - |
| HSV(B) | 339.9º | 0.99% | 0.78% | - |
| XYZ | 24.93 | 12.77 | 6.78 | - |
| YUV | 69.43 | 127.77 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 69 | 0 | 0.98 | 0.66 | 0.22 | 339.9 | 0.97 | 0.4 |
| Hex | C8 | 3 | 45 | 0 | 62 | 42 | 16 | 154 | 61 | 28 |
| Octal | 310 | 3 | 105 | 0 | 142 | 102 | 26 | 524 | 141 | 50 |
| Binary | 11001000 | 11 | 1000101 | 0 | 1100010 | 1000010 | 10110 | 101010100 | 1100001 | 101000 |
Color Harmonies of #C80345
Complementary color
Monochromatic Colors of #C80345
Black with #C80345
Text Example
Text Example
White with #C80345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80345; }
p { color: rgb(200,3,69); }
H1.HeaderClassName
{
color: #C80345;
}
.AnyTagClassName
{
color: #C80345;
}
</style>
background-color css
<style>
a { background-color: #C80345; }
a { background-color: rgb(200,3,69); }
div.DivClassName
{
background-color: #C80345;
}
.BgClassName
{
background-color: #C80345;
}
</style>
border-color css
<style>
span { border-color: #C80345; }
span { border-color: rgb(200,3,69); }
td.TdClassName
{
border-color: #C80345;
}
.TagClassName
{
border-color: #C80345;
}
</style>