Shades of Crimson #C80134
Tints of Crimson #C80134
RGB
CMYK
RGB Variations
Color information
#C80134 (or 0xC80134) is known color: Crimson. HEX triplet: C8, 01 and 34. RGB value is (200,1,52). Sum of RGB (Red+Green+Blue) = 200+1+52=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80134 is #37FECB. Grayscale: #424242. Windows color (decimal): -3669708 or 3408328. OLE color: 3408328.
HSL color Cylindrical-coordinate representation of color #C80134: hue angle of 344.62º 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 #C80134 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.22 |
| HSL | 344.62º | 0.99% | 0.39% | - |
| HSV(B) | 344.62º | 1% | 0.78% | - |
| XYZ | 24.45 | 12.55 | 4.38 | - |
| YUV | 66.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 52 | 0 | 1.00 | 0.74 | 0.22 | 344.62 | 0.99 | 0.39 |
| Hex | C8 | 1 | 34 | 0 | 64 | 4A | 16 | 159 | 63 | 27 |
| Octal | 310 | 1 | 64 | 0 | 144 | 112 | 26 | 531 | 143 | 47 |
| Binary | 11001000 | 1 | 110100 | 0 | 1100100 | 1001010 | 10110 | 101011001 | 1100011 | 100111 |
Color Harmonies of #C80134
Complementary color
Monochromatic Colors of #C80134
Black with #C80134
Text Example
Text Example
White with #C80134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80134; }
p { color: rgb(200,1,52); }
H1.HeaderClassName
{
color: #C80134;
}
.AnyTagClassName
{
color: #C80134;
}
</style>
background-color css
<style>
a { background-color: #C80134; }
a { background-color: rgb(200,1,52); }
div.DivClassName
{
background-color: #C80134;
}
.BgClassName
{
background-color: #C80134;
}
</style>
border-color css
<style>
span { border-color: #C80134; }
span { border-color: rgb(200,1,52); }
td.TdClassName
{
border-color: #C80134;
}
.TagClassName
{
border-color: #C80134;
}
</style>