Shades of Crimson #C80132
Tints of Crimson #C80132
RGB
CMYK
RGB Variations
Color information
#C80132 (or 0xC80132) is known color: Crimson. HEX triplet: C8, 01 and 32. RGB value is (200,1,50). Sum of RGB (Red+Green+Blue) = 200+1+50=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C80132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80132 is #37FECD. Grayscale: #424242. Windows color (decimal): -3669710 or 3277256. OLE color: 3277256.
HSL color Cylindrical-coordinate representation of color #C80132: hue angle of 345.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80132 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.22 |
| HSL | 345.23º | 0.99% | 0.39% | - |
| HSV(B) | 345.23º | 1% | 0.78% | - |
| XYZ | 24.41 | 12.53 | 4.15 | - |
| YUV | 66.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 50 | 0 | 1.00 | 0.75 | 0.22 | 345.23 | 0.99 | 0.39 |
| Hex | C8 | 1 | 32 | 0 | 64 | 4B | 16 | 159 | 63 | 27 |
| Octal | 310 | 1 | 62 | 0 | 144 | 113 | 26 | 531 | 143 | 47 |
| Binary | 11001000 | 1 | 110010 | 0 | 1100100 | 1001011 | 10110 | 101011001 | 1100011 | 100111 |
Color Harmonies of #C80132
Complementary color
Monochromatic Colors of #C80132
Black with #C80132
Text Example
Text Example
White with #C80132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80132; }
p { color: rgb(200,1,50); }
H1.HeaderClassName
{
color: #C80132;
}
.AnyTagClassName
{
color: #C80132;
}
</style>
background-color css
<style>
a { background-color: #C80132; }
a { background-color: rgb(200,1,50); }
div.DivClassName
{
background-color: #C80132;
}
.BgClassName
{
background-color: #C80132;
}
</style>
border-color css
<style>
span { border-color: #C80132; }
span { border-color: rgb(200,1,50); }
td.TdClassName
{
border-color: #C80132;
}
.TagClassName
{
border-color: #C80132;
}
</style>