Shades of Crimson #C8053B
Tints of Crimson #C8053B
RGB
CMYK
RGB Variations
Color information
#C8053B (or 0xC8053B) is known color: Crimson. HEX triplet: C8, 05 and 3B. RGB value is (200,5,59). Sum of RGB (Red+Green+Blue) = 200+5+59=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8053B is #37FAC4. Grayscale: #454545. Windows color (decimal): -3668677 or 3868104. OLE color: 3868104.
HSL color Cylindrical-coordinate representation of color #C8053B: hue angle of 343.38º 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 #C8053B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.22 |
| HSL | 343.38º | 0.95% | 0.4% | - |
| HSV(B) | 343.38º | 0.98% | 0.78% | - |
| XYZ | 24.66 | 12.7 | 5.29 | - |
| YUV | 69.46 | 122.1 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 59 | 0 | 0.98 | 0.70 | 0.22 | 343.38 | 0.95 | 0.4 |
| Hex | C8 | 5 | 3B | 0 | 62 | 46 | 16 | 157 | 5F | 28 |
| Octal | 310 | 5 | 73 | 0 | 142 | 106 | 26 | 527 | 137 | 50 |
| Binary | 11001000 | 101 | 111011 | 0 | 1100010 | 1000110 | 10110 | 101010111 | 1011111 | 101000 |
Color Harmonies of #C8053B
Complementary color
Monochromatic Colors of #C8053B
Black with #C8053B
Text Example
Text Example
White with #C8053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8053B; }
p { color: rgb(200,5,59); }
H1.HeaderClassName
{
color: #C8053B;
}
.AnyTagClassName
{
color: #C8053B;
}
</style>
background-color css
<style>
a { background-color: #C8053B; }
a { background-color: rgb(200,5,59); }
div.DivClassName
{
background-color: #C8053B;
}
.BgClassName
{
background-color: #C8053B;
}
</style>
border-color css
<style>
span { border-color: #C8053B; }
span { border-color: rgb(200,5,59); }
td.TdClassName
{
border-color: #C8053B;
}
.TagClassName
{
border-color: #C8053B;
}
</style>