Shades of Crimson #C80242
Tints of Crimson #C80242
RGB
CMYK
RGB Variations
Color information
#C80242 (or 0xC80242) is known color: Crimson. HEX triplet: C8, 02 and 42. RGB value is (200,2,66). Sum of RGB (Red+Green+Blue) = 200+2+66=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C80242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80242 is #37FDBD. Grayscale: #444444. Windows color (decimal): -3669438 or 4326088. OLE color: 4326088.
HSL color Cylindrical-coordinate representation of color #C80242: hue angle of 340.61º degrees, saturation: 0.98, 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 #C80242 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.22 |
| HSL | 340.61º | 0.98% | 0.4% | - |
| HSV(B) | 340.61º | 0.99% | 0.78% | - |
| XYZ | 24.82 | 12.72 | 6.3 | - |
| YUV | 68.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 66 | 0 | 0.99 | 0.67 | 0.22 | 340.61 | 0.98 | 0.4 |
| Hex | C8 | 2 | 42 | 0 | 63 | 43 | 16 | 155 | 62 | 28 |
| Octal | 310 | 2 | 102 | 0 | 143 | 103 | 26 | 525 | 142 | 50 |
| Binary | 11001000 | 10 | 1000010 | 0 | 1100011 | 1000011 | 10110 | 101010101 | 1100010 | 101000 |
Color Harmonies of #C80242
Complementary color
Monochromatic Colors of #C80242
Black with #C80242
Text Example
Text Example
White with #C80242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80242; }
p { color: rgb(200,2,66); }
H1.HeaderClassName
{
color: #C80242;
}
.AnyTagClassName
{
color: #C80242;
}
</style>
background-color css
<style>
a { background-color: #C80242; }
a { background-color: rgb(200,2,66); }
div.DivClassName
{
background-color: #C80242;
}
.BgClassName
{
background-color: #C80242;
}
</style>
border-color css
<style>
span { border-color: #C80242; }
span { border-color: rgb(200,2,66); }
td.TdClassName
{
border-color: #C80242;
}
.TagClassName
{
border-color: #C80242;
}
</style>