Shades of Crimson #C80A44
Tints of Crimson #C80A44
RGB
CMYK
RGB Variations
Color information
#C80A44 (or 0xC80A44) is known color: Crimson. HEX triplet: C8, 0A and 44. RGB value is (200,10,68). Sum of RGB (Red+Green+Blue) = 200+10+68=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A44 is #37F5BB. Grayscale: #494949. Windows color (decimal): -3667388 or 4459208. OLE color: 4459208.
HSL color Cylindrical-coordinate representation of color #C80A44: hue angle of 341.68º 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 #C80A44 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 68 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.22 |
| HSL | 341.68º | 0.9% | 0.41% | - |
| HSV(B) | 341.68º | 0.95% | 0.78% | - |
| XYZ | 24.97 | 12.91 | 6.65 | - |
| YUV | 73.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 68 | 0 | 0.95 | 0.66 | 0.22 | 341.68 | 0.9 | 0.41 |
| Hex | C8 | A | 44 | 0 | 5F | 42 | 16 | 156 | 5A | 29 |
| Octal | 310 | 12 | 104 | 0 | 137 | 102 | 26 | 526 | 132 | 51 |
| Binary | 11001000 | 1010 | 1000100 | 0 | 1011111 | 1000010 | 10110 | 101010110 | 1011010 | 101001 |
Color Harmonies of #C80A44
Complementary color
Monochromatic Colors of #C80A44
Black with #C80A44
Text Example
Text Example
White with #C80A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A44; }
p { color: rgb(200,10,68); }
H1.HeaderClassName
{
color: #C80A44;
}
.AnyTagClassName
{
color: #C80A44;
}
</style>
background-color css
<style>
a { background-color: #C80A44; }
a { background-color: rgb(200,10,68); }
div.DivClassName
{
background-color: #C80A44;
}
.BgClassName
{
background-color: #C80A44;
}
</style>
border-color css
<style>
span { border-color: #C80A44; }
span { border-color: rgb(200,10,68); }
td.TdClassName
{
border-color: #C80A44;
}
.TagClassName
{
border-color: #C80A44;
}
</style>