Shades of Trinidad #C64A1E
Tints of Trinidad #C64A1E
RGB
CMYK
RGB Variations
Color information
#C64A1E (or 0xC64A1E) is known color: Trinidad. HEX triplet: C6, 4A and 1E. RGB value is (198,74,30). Sum of RGB (Red+Green+Blue) = 198+74+30=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A1E is #39B5E1. Grayscale: #6A6A6A. Windows color (decimal): -3782114 or 1985222. OLE color: 1985222.
HSL color Cylindrical-coordinate representation of color #C64A1E: hue angle of 15.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C64A1E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 30 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.22 |
| HSL | 15.71º | 0.74% | 0.45% | - |
| HSV(B) | 15.71º | 0.85% | 0.78% | - |
| XYZ | 25.97 | 17 | 3.14 | - |
| YUV | 106.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 30 | 0 | 0.63 | 0.85 | 0.22 | 15.71 | 0.74 | 0.45 |
| Hex | C6 | 4A | 1E | 0 | 3F | 55 | 16 | 10 | 4A | 2D |
| Octal | 306 | 112 | 36 | 0 | 77 | 125 | 26 | 20 | 112 | 55 |
| Binary | 11000110 | 1001010 | 11110 | 0 | 111111 | 1010101 | 10110 | 10000 | 1001010 | 101101 |
Color Harmonies of #C64A1E
Complementary color
Monochromatic Colors of #C64A1E
Black with #C64A1E
Text Example
Text Example
White with #C64A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A1E; }
p { color: rgb(198,74,30); }
H1.HeaderClassName
{
color: #C64A1E;
}
.AnyTagClassName
{
color: #C64A1E;
}
</style>
background-color css
<style>
a { background-color: #C64A1E; }
a { background-color: rgb(198,74,30); }
div.DivClassName
{
background-color: #C64A1E;
}
.BgClassName
{
background-color: #C64A1E;
}
</style>
border-color css
<style>
span { border-color: #C64A1E; }
span { border-color: rgb(198,74,30); }
td.TdClassName
{
border-color: #C64A1E;
}
.TagClassName
{
border-color: #C64A1E;
}
</style>