Shades of Crimson #C80A43
Tints of Crimson #C80A43
RGB
CMYK
RGB Variations
Color information
#C80A43 (or 0xC80A43) is known color: Crimson. HEX triplet: C8, 0A and 43. RGB value is (200,10,67). Sum of RGB (Red+Green+Blue) = 200+10+67=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A43 is #37F5BC. Grayscale: #494949. Windows color (decimal): -3667389 or 4393672. OLE color: 4393672.
HSL color Cylindrical-coordinate representation of color #C80A43: hue angle of 342º degrees, saturation: 0.9, 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 #C80A43 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.22 |
| HSL | 342º | 0.9% | 0.41% | - |
| HSV(B) | 342º | 0.95% | 0.78% | - |
| XYZ | 24.94 | 12.9 | 6.49 | - |
| YUV | 73.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 67 | 0 | 0.95 | 0.66 | 0.22 | 342 | 0.9 | 0.41 |
| Hex | C8 | A | 43 | 0 | 5F | 42 | 16 | 156 | 5A | 29 |
| Octal | 310 | 12 | 103 | 0 | 137 | 102 | 26 | 526 | 132 | 51 |
| Binary | 11001000 | 1010 | 1000011 | 0 | 1011111 | 1000010 | 10110 | 101010110 | 1011010 | 101001 |
Color Harmonies of #C80A43
Complementary color
Monochromatic Colors of #C80A43
Black with #C80A43
Text Example
Text Example
White with #C80A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A43; }
p { color: rgb(200,10,67); }
H1.HeaderClassName
{
color: #C80A43;
}
.AnyTagClassName
{
color: #C80A43;
}
</style>
background-color css
<style>
a { background-color: #C80A43; }
a { background-color: rgb(200,10,67); }
div.DivClassName
{
background-color: #C80A43;
}
.BgClassName
{
background-color: #C80A43;
}
</style>
border-color css
<style>
span { border-color: #C80A43; }
span { border-color: rgb(200,10,67); }
td.TdClassName
{
border-color: #C80A43;
}
.TagClassName
{
border-color: #C80A43;
}
</style>