Shades of Crimson #C80340
Tints of Crimson #C80340
RGB
CMYK
RGB Variations
Color information
#C80340 (or 0xC80340) is known color: Crimson. HEX triplet: C8, 03 and 40. RGB value is (200,3,64). Sum of RGB (Red+Green+Blue) = 200+3+64=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C80340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80340 is #37FCBF. Grayscale: #444444. Windows color (decimal): -3669184 or 4195272. OLE color: 4195272.
HSL color Cylindrical-coordinate representation of color #C80340: hue angle of 341.42º 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 #C80340 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.22 |
| HSL | 341.42º | 0.97% | 0.4% | - |
| HSV(B) | 341.42º | 0.99% | 0.78% | - |
| XYZ | 24.78 | 12.71 | 6 | - |
| YUV | 68.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 64 | 0 | 0.98 | 0.68 | 0.22 | 341.42 | 0.97 | 0.4 |
| Hex | C8 | 3 | 40 | 0 | 62 | 44 | 16 | 155 | 61 | 28 |
| Octal | 310 | 3 | 100 | 0 | 142 | 104 | 26 | 525 | 141 | 50 |
| Binary | 11001000 | 11 | 1000000 | 0 | 1100010 | 1000100 | 10110 | 101010101 | 1100001 | 101000 |
Color Harmonies of #C80340
Complementary color
Monochromatic Colors of #C80340
Black with #C80340
Text Example
Text Example
White with #C80340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80340; }
p { color: rgb(200,3,64); }
H1.HeaderClassName
{
color: #C80340;
}
.AnyTagClassName
{
color: #C80340;
}
</style>
background-color css
<style>
a { background-color: #C80340; }
a { background-color: rgb(200,3,64); }
div.DivClassName
{
background-color: #C80340;
}
.BgClassName
{
background-color: #C80340;
}
</style>
border-color css
<style>
span { border-color: #C80340; }
span { border-color: rgb(200,3,64); }
td.TdClassName
{
border-color: #C80340;
}
.TagClassName
{
border-color: #C80340;
}
</style>