Shades of Crimson #C80432
Tints of Crimson #C80432
RGB
CMYK
RGB Variations
Color information
#C80432 (or 0xC80432) is known color: Crimson. HEX triplet: C8, 04 and 32. RGB value is (200,4,50). Sum of RGB (Red+Green+Blue) = 200+4+50=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80432 is #37FBCD. Grayscale: #434343. Windows color (decimal): -3668942 or 3278024. OLE color: 3278024.
HSL color Cylindrical-coordinate representation of color #C80432: hue angle of 345.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80432 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.22 |
| HSL | 345.92º | 0.96% | 0.4% | - |
| HSV(B) | 345.92º | 0.98% | 0.78% | - |
| XYZ | 24.44 | 12.6 | 4.16 | - |
| YUV | 67.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 50 | 0 | 0.98 | 0.75 | 0.22 | 345.92 | 0.96 | 0.4 |
| Hex | C8 | 4 | 32 | 0 | 62 | 4B | 16 | 15A | 60 | 28 |
| Octal | 310 | 4 | 62 | 0 | 142 | 113 | 26 | 532 | 140 | 50 |
| Binary | 11001000 | 100 | 110010 | 0 | 1100010 | 1001011 | 10110 | 101011010 | 1100000 | 101000 |
Color Harmonies of #C80432
Complementary color
Monochromatic Colors of #C80432
Black with #C80432
Text Example
Text Example
White with #C80432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80432; }
p { color: rgb(200,4,50); }
H1.HeaderClassName
{
color: #C80432;
}
.AnyTagClassName
{
color: #C80432;
}
</style>
background-color css
<style>
a { background-color: #C80432; }
a { background-color: rgb(200,4,50); }
div.DivClassName
{
background-color: #C80432;
}
.BgClassName
{
background-color: #C80432;
}
</style>
border-color css
<style>
span { border-color: #C80432; }
span { border-color: rgb(200,4,50); }
td.TdClassName
{
border-color: #C80432;
}
.TagClassName
{
border-color: #C80432;
}
</style>