Shades of Crimson #C6033D
Tints of Crimson #C6033D
RGB
CMYK
RGB Variations
Color information
#C6033D (or 0xC6033D) is known color: Crimson. HEX triplet: C6, 03 and 3D. RGB value is (198,3,61). Sum of RGB (Red+Green+Blue) = 198+3+61=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6033D is #39FCC2. Grayscale: #434343. Windows color (decimal): -3800259 or 3998662. OLE color: 3998662.
HSL color Cylindrical-coordinate representation of color #C6033D: hue angle of 342.15º 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 #C6033D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.22 |
| HSL | 342.15º | 0.97% | 0.39% | - |
| HSV(B) | 342.15º | 0.98% | 0.78% | - |
| XYZ | 24.16 | 12.41 | 5.54 | - |
| YUV | 67.92 | 124.1 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 61 | 0 | 0.98 | 0.69 | 0.22 | 342.15 | 0.97 | 0.39 |
| Hex | C6 | 3 | 3D | 0 | 62 | 45 | 16 | 156 | 61 | 27 |
| Octal | 306 | 3 | 75 | 0 | 142 | 105 | 26 | 526 | 141 | 47 |
| Binary | 11000110 | 11 | 111101 | 0 | 1100010 | 1000101 | 10110 | 101010110 | 1100001 | 100111 |
Color Harmonies of #C6033D
Complementary color
Monochromatic Colors of #C6033D
Black with #C6033D
Text Example
Text Example
White with #C6033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6033D; }
p { color: rgb(198,3,61); }
H1.HeaderClassName
{
color: #C6033D;
}
.AnyTagClassName
{
color: #C6033D;
}
</style>
background-color css
<style>
a { background-color: #C6033D; }
a { background-color: rgb(198,3,61); }
div.DivClassName
{
background-color: #C6033D;
}
.BgClassName
{
background-color: #C6033D;
}
</style>
border-color css
<style>
span { border-color: #C6033D; }
span { border-color: rgb(198,3,61); }
td.TdClassName
{
border-color: #C6033D;
}
.TagClassName
{
border-color: #C6033D;
}
</style>