Shades of Crimson #C80342
Tints of Crimson #C80342
RGB
CMYK
RGB Variations
Color information
#C80342 (or 0xC80342) is known color: Crimson. HEX triplet: C8, 03 and 42. RGB value is (200,3,66). Sum of RGB (Red+Green+Blue) = 200+3+66=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C80342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80342 is #37FCBD. Grayscale: #454545. Windows color (decimal): -3669182 or 4326344. OLE color: 4326344.
HSL color Cylindrical-coordinate representation of color #C80342: hue angle of 340.81º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80342 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.22 |
| HSL | 340.81º | 0.97% | 0.4% | - |
| HSV(B) | 340.81º | 0.99% | 0.78% | - |
| XYZ | 24.84 | 12.74 | 6.3 | - |
| YUV | 69.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 66 | 0 | 0.98 | 0.67 | 0.22 | 340.81 | 0.97 | 0.4 |
| Hex | C8 | 3 | 42 | 0 | 62 | 43 | 16 | 155 | 61 | 28 |
| Octal | 310 | 3 | 102 | 0 | 142 | 103 | 26 | 525 | 141 | 50 |
| Binary | 11001000 | 11 | 1000010 | 0 | 1100010 | 1000011 | 10110 | 101010101 | 1100001 | 101000 |
Color Harmonies of #C80342
Complementary color
Monochromatic Colors of #C80342
Black with #C80342
Text Example
Text Example
White with #C80342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80342; }
p { color: rgb(200,3,66); }
H1.HeaderClassName
{
color: #C80342;
}
.AnyTagClassName
{
color: #C80342;
}
</style>
background-color css
<style>
a { background-color: #C80342; }
a { background-color: rgb(200,3,66); }
div.DivClassName
{
background-color: #C80342;
}
.BgClassName
{
background-color: #C80342;
}
</style>
border-color css
<style>
span { border-color: #C80342; }
span { border-color: rgb(200,3,66); }
td.TdClassName
{
border-color: #C80342;
}
.TagClassName
{
border-color: #C80342;
}
</style>