Shades of Trinidad #C7442E
Tints of Trinidad #C7442E
RGB
CMYK
RGB Variations
Color information
#C7442E (or 0xC7442E) is known color: Trinidad. HEX triplet: C7, 44 and 2E. RGB value is (199,68,46). Sum of RGB (Red+Green+Blue) = 199+68+46=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7442E is #38BBD1. Grayscale: #686868. Windows color (decimal): -3718098 or 3032263. OLE color: 3032263.
HSL color Cylindrical-coordinate representation of color #C7442E: hue angle of 8.63º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7442E is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 46 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.22 |
| HSL | 8.63º | 0.62% | 0.48% | - |
| HSV(B) | 8.63º | 0.77% | 0.78% | - |
| XYZ | 26.11 | 16.47 | 4.39 | - |
| YUV | 104.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 46 | 0 | 0.66 | 0.77 | 0.22 | 8.63 | 0.62 | 0.48 |
| Hex | C7 | 44 | 2E | 0 | 42 | 4D | 16 | 9 | 3E | 30 |
| Octal | 307 | 104 | 56 | 0 | 102 | 115 | 26 | 11 | 76 | 60 |
| Binary | 11000111 | 1000100 | 101110 | 0 | 1000010 | 1001101 | 10110 | 1001 | 111110 | 110000 |
Color Harmonies of #C7442E
Complementary color
Monochromatic Colors of #C7442E
Black with #C7442E
Text Example
Text Example
White with #C7442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7442E; }
p { color: rgb(199,68,46); }
H1.HeaderClassName
{
color: #C7442E;
}
.AnyTagClassName
{
color: #C7442E;
}
</style>
background-color css
<style>
a { background-color: #C7442E; }
a { background-color: rgb(199,68,46); }
div.DivClassName
{
background-color: #C7442E;
}
.BgClassName
{
background-color: #C7442E;
}
</style>
border-color css
<style>
span { border-color: #C7442E; }
span { border-color: rgb(199,68,46); }
td.TdClassName
{
border-color: #C7442E;
}
.TagClassName
{
border-color: #C7442E;
}
</style>