Shades of Crimson #C80344
Tints of Crimson #C80344
RGB
CMYK
RGB Variations
Color information
#C80344 (or 0xC80344) is known color: Crimson. HEX triplet: C8, 03 and 44. RGB value is (200,3,68). Sum of RGB (Red+Green+Blue) = 200+3+68=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C80344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80344 is #37FCBB. Grayscale: #454545. Windows color (decimal): -3669180 or 4457416. OLE color: 4457416.
HSL color Cylindrical-coordinate representation of color #C80344: hue angle of 340.2º 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 #C80344 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.22 |
| HSL | 340.2º | 0.97% | 0.4% | - |
| HSV(B) | 340.2º | 0.99% | 0.78% | - |
| XYZ | 24.9 | 12.76 | 6.62 | - |
| YUV | 69.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 68 | 0 | 0.98 | 0.66 | 0.22 | 340.2 | 0.97 | 0.4 |
| Hex | C8 | 3 | 44 | 0 | 62 | 42 | 16 | 154 | 61 | 28 |
| Octal | 310 | 3 | 104 | 0 | 142 | 102 | 26 | 524 | 141 | 50 |
| Binary | 11001000 | 11 | 1000100 | 0 | 1100010 | 1000010 | 10110 | 101010100 | 1100001 | 101000 |
Color Harmonies of #C80344
Complementary color
Monochromatic Colors of #C80344
Black with #C80344
Text Example
Text Example
White with #C80344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80344; }
p { color: rgb(200,3,68); }
H1.HeaderClassName
{
color: #C80344;
}
.AnyTagClassName
{
color: #C80344;
}
</style>
background-color css
<style>
a { background-color: #C80344; }
a { background-color: rgb(200,3,68); }
div.DivClassName
{
background-color: #C80344;
}
.BgClassName
{
background-color: #C80344;
}
</style>
border-color css
<style>
span { border-color: #C80344; }
span { border-color: rgb(200,3,68); }
td.TdClassName
{
border-color: #C80344;
}
.TagClassName
{
border-color: #C80344;
}
</style>