Shades of Trinidad #C7491F
Tints of Trinidad #C7491F
RGB
CMYK
RGB Variations
Color information
#C7491F (or 0xC7491F) is known color: Trinidad. HEX triplet: C7, 49 and 1F. RGB value is (199,73,31). Sum of RGB (Red+Green+Blue) = 199+73+31=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C7491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7491F is #38B6E0. Grayscale: #6A6A6A. Windows color (decimal): -3716833 or 2050503. OLE color: 2050503.
HSL color Cylindrical-coordinate representation of color #C7491F: hue angle of 15º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7491F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.22 |
| HSL | 15º | 0.73% | 0.45% | - |
| HSV(B) | 15º | 0.84% | 0.78% | - |
| XYZ | 26.18 | 17.01 | 3.2 | - |
| YUV | 105.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 31 | 0 | 0.63 | 0.84 | 0.22 | 15 | 0.73 | 0.45 |
| Hex | C7 | 49 | 1F | 0 | 3F | 54 | 16 | F | 49 | 2D |
| Octal | 307 | 111 | 37 | 0 | 77 | 124 | 26 | 17 | 111 | 55 |
| Binary | 11000111 | 1001001 | 11111 | 0 | 111111 | 1010100 | 10110 | 1111 | 1001001 | 101101 |
Color Harmonies of #C7491F
Complementary color
Monochromatic Colors of #C7491F
Black with #C7491F
Text Example
Text Example
White with #C7491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7491F; }
p { color: rgb(199,73,31); }
H1.HeaderClassName
{
color: #C7491F;
}
.AnyTagClassName
{
color: #C7491F;
}
</style>
background-color css
<style>
a { background-color: #C7491F; }
a { background-color: rgb(199,73,31); }
div.DivClassName
{
background-color: #C7491F;
}
.BgClassName
{
background-color: #C7491F;
}
</style>
border-color css
<style>
span { border-color: #C7491F; }
span { border-color: rgb(199,73,31); }
td.TdClassName
{
border-color: #C7491F;
}
.TagClassName
{
border-color: #C7491F;
}
</style>