Shades of Crimson #C80943
Tints of Crimson #C80943
RGB
CMYK
RGB Variations
Color information
#C80943 (or 0xC80943) is known color: Crimson. HEX triplet: C8, 09 and 43. RGB value is (200,9,67). Sum of RGB (Red+Green+Blue) = 200+9+67=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C80943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80943 is #37F6BC. Grayscale: #484848. Windows color (decimal): -3667645 or 4393416. OLE color: 4393416.
HSL color Cylindrical-coordinate representation of color #C80943: hue angle of 341.78º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80943 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.22 |
| HSL | 341.78º | 0.91% | 0.41% | - |
| HSV(B) | 341.78º | 0.96% | 0.78% | - |
| XYZ | 24.93 | 12.88 | 6.48 | - |
| YUV | 72.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 67 | 0 | 0.96 | 0.66 | 0.22 | 341.78 | 0.91 | 0.41 |
| Hex | C8 | 9 | 43 | 0 | 60 | 42 | 16 | 156 | 5B | 29 |
| Octal | 310 | 11 | 103 | 0 | 140 | 102 | 26 | 526 | 133 | 51 |
| Binary | 11001000 | 1001 | 1000011 | 0 | 1100000 | 1000010 | 10110 | 101010110 | 1011011 | 101001 |
Color Harmonies of #C80943
Complementary color
Monochromatic Colors of #C80943
Black with #C80943
Text Example
Text Example
White with #C80943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80943; }
p { color: rgb(200,9,67); }
H1.HeaderClassName
{
color: #C80943;
}
.AnyTagClassName
{
color: #C80943;
}
</style>
background-color css
<style>
a { background-color: #C80943; }
a { background-color: rgb(200,9,67); }
div.DivClassName
{
background-color: #C80943;
}
.BgClassName
{
background-color: #C80943;
}
</style>
border-color css
<style>
span { border-color: #C80943; }
span { border-color: rgb(200,9,67); }
td.TdClassName
{
border-color: #C80943;
}
.TagClassName
{
border-color: #C80943;
}
</style>