Shades of Crimson #C80245
Tints of Crimson #C80245
RGB
CMYK
RGB Variations
Color information
#C80245 (or 0xC80245) is known color: Crimson. HEX triplet: C8, 02 and 45. RGB value is (200,2,69). Sum of RGB (Red+Green+Blue) = 200+2+69=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C80245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80245 is #37FDBA. Grayscale: #444444. Windows color (decimal): -3669435 or 4522696. OLE color: 4522696.
HSL color Cylindrical-coordinate representation of color #C80245: hue angle of 339.7º 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 #C80245 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.22 |
| HSL | 339.7º | 0.98% | 0.4% | - |
| HSV(B) | 339.7º | 0.99% | 0.78% | - |
| XYZ | 24.92 | 12.75 | 6.78 | - |
| YUV | 68.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 69 | 0 | 0.99 | 0.66 | 0.22 | 339.7 | 0.98 | 0.4 |
| Hex | C8 | 2 | 45 | 0 | 63 | 42 | 16 | 154 | 62 | 28 |
| Octal | 310 | 2 | 105 | 0 | 143 | 102 | 26 | 524 | 142 | 50 |
| Binary | 11001000 | 10 | 1000101 | 0 | 1100011 | 1000010 | 10110 | 101010100 | 1100010 | 101000 |
Color Harmonies of #C80245
Complementary color
Monochromatic Colors of #C80245
Black with #C80245
Text Example
Text Example
White with #C80245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80245; }
p { color: rgb(200,2,69); }
H1.HeaderClassName
{
color: #C80245;
}
.AnyTagClassName
{
color: #C80245;
}
</style>
background-color css
<style>
a { background-color: #C80245; }
a { background-color: rgb(200,2,69); }
div.DivClassName
{
background-color: #C80245;
}
.BgClassName
{
background-color: #C80245;
}
</style>
border-color css
<style>
span { border-color: #C80245; }
span { border-color: rgb(200,2,69); }
td.TdClassName
{
border-color: #C80245;
}
.TagClassName
{
border-color: #C80245;
}
</style>