Shades of Crimson #C80442
Tints of Crimson #C80442
RGB
CMYK
RGB Variations
Color information
#C80442 (or 0xC80442) is known color: Crimson. HEX triplet: C8, 04 and 42. RGB value is (200,4,66). Sum of RGB (Red+Green+Blue) = 200+4+66=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C80442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80442 is #37FBBD. Grayscale: #454545. Windows color (decimal): -3668926 or 4326600. OLE color: 4326600.
HSL color Cylindrical-coordinate representation of color #C80442: hue angle of 341.02º 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 #C80442 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.22 |
| HSL | 341.02º | 0.96% | 0.4% | - |
| HSV(B) | 341.02º | 0.98% | 0.78% | - |
| XYZ | 24.85 | 12.76 | 6.31 | - |
| YUV | 69.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 66 | 0 | 0.98 | 0.67 | 0.22 | 341.02 | 0.96 | 0.4 |
| Hex | C8 | 4 | 42 | 0 | 62 | 43 | 16 | 155 | 60 | 28 |
| Octal | 310 | 4 | 102 | 0 | 142 | 103 | 26 | 525 | 140 | 50 |
| Binary | 11001000 | 100 | 1000010 | 0 | 1100010 | 1000011 | 10110 | 101010101 | 1100000 | 101000 |
Color Harmonies of #C80442
Complementary color
Monochromatic Colors of #C80442
Black with #C80442
Text Example
Text Example
White with #C80442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80442; }
p { color: rgb(200,4,66); }
H1.HeaderClassName
{
color: #C80442;
}
.AnyTagClassName
{
color: #C80442;
}
</style>
background-color css
<style>
a { background-color: #C80442; }
a { background-color: rgb(200,4,66); }
div.DivClassName
{
background-color: #C80442;
}
.BgClassName
{
background-color: #C80442;
}
</style>
border-color css
<style>
span { border-color: #C80442; }
span { border-color: rgb(200,4,66); }
td.TdClassName
{
border-color: #C80442;
}
.TagClassName
{
border-color: #C80442;
}
</style>