Shades of Crimson #C6033B
Tints of Crimson #C6033B
RGB
CMYK
RGB Variations
Color information
#C6033B (or 0xC6033B) is known color: Crimson. HEX triplet: C6, 03 and 3B. RGB value is (198,3,59). Sum of RGB (Red+Green+Blue) = 198+3+59=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6033B is #39FCC4. Grayscale: #434343. Windows color (decimal): -3800261 or 3867590. OLE color: 3867590.
HSL color Cylindrical-coordinate representation of color #C6033B: hue angle of 342.77º 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 #C6033B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.22 |
| HSL | 342.77º | 0.97% | 0.39% | - |
| HSV(B) | 342.77º | 0.98% | 0.78% | - |
| XYZ | 24.11 | 12.39 | 5.26 | - |
| YUV | 67.69 | 123.1 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 59 | 0 | 0.98 | 0.70 | 0.22 | 342.77 | 0.97 | 0.39 |
| Hex | C6 | 3 | 3B | 0 | 62 | 46 | 16 | 157 | 61 | 27 |
| Octal | 306 | 3 | 73 | 0 | 142 | 106 | 26 | 527 | 141 | 47 |
| Binary | 11000110 | 11 | 111011 | 0 | 1100010 | 1000110 | 10110 | 101010111 | 1100001 | 100111 |
Color Harmonies of #C6033B
Complementary color
Monochromatic Colors of #C6033B
Black with #C6033B
Text Example
Text Example
White with #C6033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6033B; }
p { color: rgb(198,3,59); }
H1.HeaderClassName
{
color: #C6033B;
}
.AnyTagClassName
{
color: #C6033B;
}
</style>
background-color css
<style>
a { background-color: #C6033B; }
a { background-color: rgb(198,3,59); }
div.DivClassName
{
background-color: #C6033B;
}
.BgClassName
{
background-color: #C6033B;
}
</style>
border-color css
<style>
span { border-color: #C6033B; }
span { border-color: rgb(198,3,59); }
td.TdClassName
{
border-color: #C6033B;
}
.TagClassName
{
border-color: #C6033B;
}
</style>