Shades of Crimson #C80542
Tints of Crimson #C80542
RGB
CMYK
RGB Variations
Color information
#C80542 (or 0xC80542) is known color: Crimson. HEX triplet: C8, 05 and 42. RGB value is (200,5,66). Sum of RGB (Red+Green+Blue) = 200+5+66=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C80542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80542 is #37FABD. Grayscale: #464646. Windows color (decimal): -3668670 or 4326856. OLE color: 4326856.
HSL color Cylindrical-coordinate representation of color #C80542: hue angle of 341.23º degrees, saturation: 0.95, 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 #C80542 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 66 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.22 |
| HSL | 341.23º | 0.95% | 0.4% | - |
| HSV(B) | 341.23º | 0.98% | 0.78% | - |
| XYZ | 24.86 | 12.78 | 6.31 | - |
| YUV | 70.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 66 | 0 | 0.98 | 0.67 | 0.22 | 341.23 | 0.95 | 0.4 |
| Hex | C8 | 5 | 42 | 0 | 62 | 43 | 16 | 155 | 5F | 28 |
| Octal | 310 | 5 | 102 | 0 | 142 | 103 | 26 | 525 | 137 | 50 |
| Binary | 11001000 | 101 | 1000010 | 0 | 1100010 | 1000011 | 10110 | 101010101 | 1011111 | 101000 |
Color Harmonies of #C80542
Complementary color
Monochromatic Colors of #C80542
Black with #C80542
Text Example
Text Example
White with #C80542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80542; }
p { color: rgb(200,5,66); }
H1.HeaderClassName
{
color: #C80542;
}
.AnyTagClassName
{
color: #C80542;
}
</style>
background-color css
<style>
a { background-color: #C80542; }
a { background-color: rgb(200,5,66); }
div.DivClassName
{
background-color: #C80542;
}
.BgClassName
{
background-color: #C80542;
}
</style>
border-color css
<style>
span { border-color: #C80542; }
span { border-color: rgb(200,5,66); }
td.TdClassName
{
border-color: #C80542;
}
.TagClassName
{
border-color: #C80542;
}
</style>