Shades of Crimson #C6033A
Tints of Crimson #C6033A
RGB
CMYK
RGB Variations
Color information
#C6033A (or 0xC6033A) is known color: Crimson. HEX triplet: C6, 03 and 3A. RGB value is (198,3,58). Sum of RGB (Red+Green+Blue) = 198+3+58=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6033A is #39FCC5. Grayscale: #434343. Windows color (decimal): -3800262 or 3802054. OLE color: 3802054.
HSL color Cylindrical-coordinate representation of color #C6033A: hue angle of 343.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6033A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.22 |
| HSL | 343.08º | 0.97% | 0.39% | - |
| HSV(B) | 343.08º | 0.98% | 0.78% | - |
| XYZ | 24.08 | 12.38 | 5.12 | - |
| YUV | 67.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 58 | 0 | 0.98 | 0.71 | 0.22 | 343.08 | 0.97 | 0.39 |
| Hex | C6 | 3 | 3A | 0 | 62 | 47 | 16 | 157 | 61 | 27 |
| Octal | 306 | 3 | 72 | 0 | 142 | 107 | 26 | 527 | 141 | 47 |
| Binary | 11000110 | 11 | 111010 | 0 | 1100010 | 1000111 | 10110 | 101010111 | 1100001 | 100111 |
Color Harmonies of #C6033A
Complementary color
Monochromatic Colors of #C6033A
Black with #C6033A
Text Example
Text Example
White with #C6033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6033A; }
p { color: rgb(198,3,58); }
H1.HeaderClassName
{
color: #C6033A;
}
.AnyTagClassName
{
color: #C6033A;
}
</style>
background-color css
<style>
a { background-color: #C6033A; }
a { background-color: rgb(198,3,58); }
div.DivClassName
{
background-color: #C6033A;
}
.BgClassName
{
background-color: #C6033A;
}
</style>
border-color css
<style>
span { border-color: #C6033A; }
span { border-color: rgb(198,3,58); }
td.TdClassName
{
border-color: #C6033A;
}
.TagClassName
{
border-color: #C6033A;
}
</style>