Shades of Crimson #C8053C
Tints of Crimson #C8053C
RGB
CMYK
RGB Variations
Color information
#C8053C (or 0xC8053C) is known color: Crimson. HEX triplet: C8, 05 and 3C. RGB value is (200,5,60). Sum of RGB (Red+Green+Blue) = 200+5+60=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8053C is #37FAC3. Grayscale: #454545. Windows color (decimal): -3668676 or 3933640. OLE color: 3933640.
HSL color Cylindrical-coordinate representation of color #C8053C: hue angle of 343.08º degrees, saturation: 0.95, 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 #C8053C is Cyan = 0, Magento = 0.98, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.7 | 0.22 |
| HSL | 343.08º | 0.95% | 0.4% | - |
| HSV(B) | 343.08º | 0.98% | 0.78% | - |
| XYZ | 24.69 | 12.71 | 5.43 | - |
| YUV | 69.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 60 | 0 | 0.98 | 0.7 | 0.22 | 343.08 | 0.95 | 0.4 |
| Hex | C8 | 5 | 3C | 0 | 62 | 46 | 16 | 157 | 5F | 28 |
| Octal | 310 | 5 | 74 | 0 | 142 | 106 | 26 | 527 | 137 | 50 |
| Binary | 11001000 | 101 | 111100 | 0 | 1100010 | 1000110 | 10110 | 101010111 | 1011111 | 101000 |
Color Harmonies of #C8053C
Complementary color
Monochromatic Colors of #C8053C
Black with #C8053C
Text Example
Text Example
White with #C8053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8053C; }
p { color: rgb(200,5,60); }
H1.HeaderClassName
{
color: #C8053C;
}
.AnyTagClassName
{
color: #C8053C;
}
</style>
background-color css
<style>
a { background-color: #C8053C; }
a { background-color: rgb(200,5,60); }
div.DivClassName
{
background-color: #C8053C;
}
.BgClassName
{
background-color: #C8053C;
}
</style>
border-color css
<style>
span { border-color: #C8053C; }
span { border-color: rgb(200,5,60); }
td.TdClassName
{
border-color: #C8053C;
}
.TagClassName
{
border-color: #C8053C;
}
</style>