Shades of Crimson #C80449
Tints of Crimson #C80449
RGB
CMYK
RGB Variations
Color information
#C80449 (or 0xC80449) is known color: Crimson. HEX triplet: C8, 04 and 49. RGB value is (200,4,73). Sum of RGB (Red+Green+Blue) = 200+4+73=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80449 is #37FBB6. Grayscale: #464646. Windows color (decimal): -3668919 or 4785352. OLE color: 4785352.
HSL color Cylindrical-coordinate representation of color #C80449: hue angle of 338.88º 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 #C80449 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.22 |
| HSL | 338.88º | 0.96% | 0.4% | - |
| HSV(B) | 338.88º | 0.98% | 0.78% | - |
| XYZ | 25.07 | 12.85 | 7.46 | - |
| YUV | 70.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 73 | 0 | 0.98 | 0.64 | 0.22 | 338.88 | 0.96 | 0.4 |
| Hex | C8 | 4 | 49 | 0 | 62 | 40 | 16 | 153 | 60 | 28 |
| Octal | 310 | 4 | 111 | 0 | 142 | 100 | 26 | 523 | 140 | 50 |
| Binary | 11001000 | 100 | 1001001 | 0 | 1100010 | 1000000 | 10110 | 101010011 | 1100000 | 101000 |
Color Harmonies of #C80449
Complementary color
Monochromatic Colors of #C80449
Black with #C80449
Text Example
Text Example
White with #C80449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80449; }
p { color: rgb(200,4,73); }
H1.HeaderClassName
{
color: #C80449;
}
.AnyTagClassName
{
color: #C80449;
}
</style>
background-color css
<style>
a { background-color: #C80449; }
a { background-color: rgb(200,4,73); }
div.DivClassName
{
background-color: #C80449;
}
.BgClassName
{
background-color: #C80449;
}
</style>
border-color css
<style>
span { border-color: #C80449; }
span { border-color: rgb(200,4,73); }
td.TdClassName
{
border-color: #C80449;
}
.TagClassName
{
border-color: #C80449;
}
</style>