Shades of Trinidad #C64E2B
Tints of Trinidad #C64E2B
RGB
CMYK
RGB Variations
Color information
#C64E2B (or 0xC64E2B) is known color: Trinidad. HEX triplet: C6, 4E and 2B. RGB value is (198,78,43). Sum of RGB (Red+Green+Blue) = 198+78+43=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E2B is #39B1D4. Grayscale: #6E6E6E. Windows color (decimal): -3781077 or 2838214. OLE color: 2838214.
HSL color Cylindrical-coordinate representation of color #C64E2B: hue angle of 13.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C64E2B is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 43 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.22 |
| HSL | 13.55º | 0.64% | 0.47% | - |
| HSV(B) | 13.55º | 0.78% | 0.78% | - |
| XYZ | 26.45 | 17.63 | 4.29 | - |
| YUV | 109.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 43 | 0 | 0.61 | 0.78 | 0.22 | 13.55 | 0.64 | 0.47 |
| Hex | C6 | 4E | 2B | 0 | 3D | 4E | 16 | E | 40 | 2F |
| Octal | 306 | 116 | 53 | 0 | 75 | 116 | 26 | 16 | 100 | 57 |
| Binary | 11000110 | 1001110 | 101011 | 0 | 111101 | 1001110 | 10110 | 1110 | 1000000 | 101111 |
Color Harmonies of #C64E2B
Complementary color
Monochromatic Colors of #C64E2B
Black with #C64E2B
Text Example
Text Example
White with #C64E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E2B; }
p { color: rgb(198,78,43); }
H1.HeaderClassName
{
color: #C64E2B;
}
.AnyTagClassName
{
color: #C64E2B;
}
</style>
background-color css
<style>
a { background-color: #C64E2B; }
a { background-color: rgb(198,78,43); }
div.DivClassName
{
background-color: #C64E2B;
}
.BgClassName
{
background-color: #C64E2B;
}
</style>
border-color css
<style>
span { border-color: #C64E2B; }
span { border-color: rgb(198,78,43); }
td.TdClassName
{
border-color: #C64E2B;
}
.TagClassName
{
border-color: #C64E2B;
}
</style>