Shades of Crimson #C80437
Tints of Crimson #C80437
RGB
CMYK
RGB Variations
Color information
#C80437 (or 0xC80437) is known color: Crimson. HEX triplet: C8, 04 and 37. RGB value is (200,4,55). Sum of RGB (Red+Green+Blue) = 200+4+55=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C80437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80437 is #37FBC8. Grayscale: #444444. Windows color (decimal): -3668937 or 3605704. OLE color: 3605704.
HSL color Cylindrical-coordinate representation of color #C80437: hue angle of 344.39º 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 #C80437 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.22 |
| HSL | 344.39º | 0.96% | 0.4% | - |
| HSV(B) | 344.39º | 0.98% | 0.78% | - |
| XYZ | 24.55 | 12.64 | 4.76 | - |
| YUV | 68.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 55 | 0 | 0.98 | 0.72 | 0.22 | 344.39 | 0.96 | 0.4 |
| Hex | C8 | 4 | 37 | 0 | 62 | 48 | 16 | 158 | 60 | 28 |
| Octal | 310 | 4 | 67 | 0 | 142 | 110 | 26 | 530 | 140 | 50 |
| Binary | 11001000 | 100 | 110111 | 0 | 1100010 | 1001000 | 10110 | 101011000 | 1100000 | 101000 |
Color Harmonies of #C80437
Complementary color
Monochromatic Colors of #C80437
Black with #C80437
Text Example
Text Example
White with #C80437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80437; }
p { color: rgb(200,4,55); }
H1.HeaderClassName
{
color: #C80437;
}
.AnyTagClassName
{
color: #C80437;
}
</style>
background-color css
<style>
a { background-color: #C80437; }
a { background-color: rgb(200,4,55); }
div.DivClassName
{
background-color: #C80437;
}
.BgClassName
{
background-color: #C80437;
}
</style>
border-color css
<style>
span { border-color: #C80437; }
span { border-color: rgb(200,4,55); }
td.TdClassName
{
border-color: #C80437;
}
.TagClassName
{
border-color: #C80437;
}
</style>