Shades of Trinidad #C64F1C
Tints of Trinidad #C64F1C
RGB
CMYK
RGB Variations
Color information
#C64F1C (or 0xC64F1C) is known color: Trinidad. HEX triplet: C6, 4F and 1C. RGB value is (198,79,28). Sum of RGB (Red+Green+Blue) = 198+79+28=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F1C is #39B0E3. Grayscale: #6D6D6D. Windows color (decimal): -3780836 or 1855430. OLE color: 1855430.
HSL color Cylindrical-coordinate representation of color #C64F1C: hue angle of 18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C64F1C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.22 |
| HSL | 18º | 0.75% | 0.44% | - |
| HSV(B) | 18º | 0.86% | 0.78% | - |
| XYZ | 26.29 | 17.68 | 3.13 | - |
| YUV | 108.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 28 | 0 | 0.60 | 0.86 | 0.22 | 18 | 0.75 | 0.44 |
| Hex | C6 | 4F | 1C | 0 | 3C | 56 | 16 | 12 | 4B | 2C |
| Octal | 306 | 117 | 34 | 0 | 74 | 126 | 26 | 22 | 113 | 54 |
| Binary | 11000110 | 1001111 | 11100 | 0 | 111100 | 1010110 | 10110 | 10010 | 1001011 | 101100 |
Color Harmonies of #C64F1C
Complementary color
Monochromatic Colors of #C64F1C
Black with #C64F1C
Text Example
Text Example
White with #C64F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F1C; }
p { color: rgb(198,79,28); }
H1.HeaderClassName
{
color: #C64F1C;
}
.AnyTagClassName
{
color: #C64F1C;
}
</style>
background-color css
<style>
a { background-color: #C64F1C; }
a { background-color: rgb(198,79,28); }
div.DivClassName
{
background-color: #C64F1C;
}
.BgClassName
{
background-color: #C64F1C;
}
</style>
border-color css
<style>
span { border-color: #C64F1C; }
span { border-color: rgb(198,79,28); }
td.TdClassName
{
border-color: #C64F1C;
}
.TagClassName
{
border-color: #C64F1C;
}
</style>