Shades of Trinidad #C64E24
Tints of Trinidad #C64E24
RGB
CMYK
RGB Variations
Color information
#C64E24 (or 0xC64E24) is known color: Trinidad. HEX triplet: C6, 4E and 24. RGB value is (198,78,36). Sum of RGB (Red+Green+Blue) = 198+78+36=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E24 is #39B1DB. Grayscale: #6D6D6D. Windows color (decimal): -3781084 or 2379462. OLE color: 2379462.
HSL color Cylindrical-coordinate representation of color #C64E24: hue angle of 15.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C64E24 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 36 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.22 |
| HSL | 15.56º | 0.69% | 0.46% | - |
| HSV(B) | 15.56º | 0.82% | 0.78% | - |
| XYZ | 26.33 | 17.58 | 3.67 | - |
| YUV | 109.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 36 | 0 | 0.61 | 0.82 | 0.22 | 15.56 | 0.69 | 0.46 |
| Hex | C6 | 4E | 24 | 0 | 3D | 52 | 16 | 10 | 45 | 2E |
| Octal | 306 | 116 | 44 | 0 | 75 | 122 | 26 | 20 | 105 | 56 |
| Binary | 11000110 | 1001110 | 100100 | 0 | 111101 | 1010010 | 10110 | 10000 | 1000101 | 101110 |
Color Harmonies of #C64E24
Complementary color
Monochromatic Colors of #C64E24
Black with #C64E24
Text Example
Text Example
White with #C64E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E24; }
p { color: rgb(198,78,36); }
H1.HeaderClassName
{
color: #C64E24;
}
.AnyTagClassName
{
color: #C64E24;
}
</style>
background-color css
<style>
a { background-color: #C64E24; }
a { background-color: rgb(198,78,36); }
div.DivClassName
{
background-color: #C64E24;
}
.BgClassName
{
background-color: #C64E24;
}
</style>
border-color css
<style>
span { border-color: #C64E24; }
span { border-color: rgb(198,78,36); }
td.TdClassName
{
border-color: #C64E24;
}
.TagClassName
{
border-color: #C64E24;
}
</style>