Shades of Trinidad #C64F24
Tints of Trinidad #C64F24
RGB
CMYK
RGB Variations
Color information
#C64F24 (or 0xC64F24) is known color: Trinidad. HEX triplet: C6, 4F and 24. RGB value is (198,79,36). Sum of RGB (Red+Green+Blue) = 198+79+36=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F24 is #39B0DB. Grayscale: #6D6D6D. Windows color (decimal): -3780828 or 2379718. OLE color: 2379718.
HSL color Cylindrical-coordinate representation of color #C64F24: hue angle of 15.93º 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 #C64F24 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 36 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.22 |
| HSL | 15.93º | 0.69% | 0.46% | - |
| HSV(B) | 15.93º | 0.82% | 0.78% | - |
| XYZ | 26.4 | 17.73 | 3.7 | - |
| YUV | 109.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 36 | 0 | 0.60 | 0.82 | 0.22 | 15.93 | 0.69 | 0.46 |
| Hex | C6 | 4F | 24 | 0 | 3C | 52 | 16 | 10 | 45 | 2E |
| Octal | 306 | 117 | 44 | 0 | 74 | 122 | 26 | 20 | 105 | 56 |
| Binary | 11000110 | 1001111 | 100100 | 0 | 111100 | 1010010 | 10110 | 10000 | 1000101 | 101110 |
Color Harmonies of #C64F24
Complementary color
Monochromatic Colors of #C64F24
Black with #C64F24
Text Example
Text Example
White with #C64F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F24; }
p { color: rgb(198,79,36); }
H1.HeaderClassName
{
color: #C64F24;
}
.AnyTagClassName
{
color: #C64F24;
}
</style>
background-color css
<style>
a { background-color: #C64F24; }
a { background-color: rgb(198,79,36); }
div.DivClassName
{
background-color: #C64F24;
}
.BgClassName
{
background-color: #C64F24;
}
</style>
border-color css
<style>
span { border-color: #C64F24; }
span { border-color: rgb(198,79,36); }
td.TdClassName
{
border-color: #C64F24;
}
.TagClassName
{
border-color: #C64F24;
}
</style>