Shades of Crimson #C80236
Tints of Crimson #C80236
RGB
CMYK
RGB Variations
Color information
#C80236 (or 0xC80236) is known color: Crimson. HEX triplet: C8, 02 and 36. RGB value is (200,2,54). Sum of RGB (Red+Green+Blue) = 200+2+54=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80236 is #37FDC9. Grayscale: #434343. Windows color (decimal): -3669450 or 3539656. OLE color: 3539656.
HSL color Cylindrical-coordinate representation of color #C80236: hue angle of 344.24º 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 #C80236 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.22 |
| HSL | 344.24º | 0.98% | 0.4% | - |
| HSV(B) | 344.24º | 0.99% | 0.78% | - |
| XYZ | 24.51 | 12.59 | 4.63 | - |
| YUV | 67.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 54 | 0 | 0.99 | 0.73 | 0.22 | 344.24 | 0.98 | 0.4 |
| Hex | C8 | 2 | 36 | 0 | 63 | 49 | 16 | 158 | 62 | 28 |
| Octal | 310 | 2 | 66 | 0 | 143 | 111 | 26 | 530 | 142 | 50 |
| Binary | 11001000 | 10 | 110110 | 0 | 1100011 | 1001001 | 10110 | 101011000 | 1100010 | 101000 |
Color Harmonies of #C80236
Complementary color
Monochromatic Colors of #C80236
Black with #C80236
Text Example
Text Example
White with #C80236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80236; }
p { color: rgb(200,2,54); }
H1.HeaderClassName
{
color: #C80236;
}
.AnyTagClassName
{
color: #C80236;
}
</style>
background-color css
<style>
a { background-color: #C80236; }
a { background-color: rgb(200,2,54); }
div.DivClassName
{
background-color: #C80236;
}
.BgClassName
{
background-color: #C80236;
}
</style>
border-color css
<style>
span { border-color: #C80236; }
span { border-color: rgb(200,2,54); }
td.TdClassName
{
border-color: #C80236;
}
.TagClassName
{
border-color: #C80236;
}
</style>