Shades of Trinidad #C74D22
Tints of Trinidad #C74D22
RGB
CMYK
RGB Variations
Color information
#C74D22 (or 0xC74D22) is known color: Trinidad. HEX triplet: C7, 4D and 22. RGB value is (199,77,34). Sum of RGB (Red+Green+Blue) = 199+77+34=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D22 is #38B2DD. Grayscale: #6C6C6C. Windows color (decimal): -3715806 or 2248135. OLE color: 2248135.
HSL color Cylindrical-coordinate representation of color #C74D22: hue angle of 15.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C74D22 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 34 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.22 |
| HSL | 15.64º | 0.71% | 0.46% | - |
| HSV(B) | 15.64º | 0.83% | 0.78% | - |
| XYZ | 26.5 | 17.57 | 3.51 | - |
| YUV | 108.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 34 | 0 | 0.61 | 0.83 | 0.22 | 15.64 | 0.71 | 0.46 |
| Hex | C7 | 4D | 22 | 0 | 3D | 53 | 16 | 10 | 47 | 2E |
| Octal | 307 | 115 | 42 | 0 | 75 | 123 | 26 | 20 | 107 | 56 |
| Binary | 11000111 | 1001101 | 100010 | 0 | 111101 | 1010011 | 10110 | 10000 | 1000111 | 101110 |
Color Harmonies of #C74D22
Complementary color
Monochromatic Colors of #C74D22
Black with #C74D22
Text Example
Text Example
White with #C74D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D22; }
p { color: rgb(199,77,34); }
H1.HeaderClassName
{
color: #C74D22;
}
.AnyTagClassName
{
color: #C74D22;
}
</style>
background-color css
<style>
a { background-color: #C74D22; }
a { background-color: rgb(199,77,34); }
div.DivClassName
{
background-color: #C74D22;
}
.BgClassName
{
background-color: #C74D22;
}
</style>
border-color css
<style>
span { border-color: #C74D22; }
span { border-color: rgb(199,77,34); }
td.TdClassName
{
border-color: #C74D22;
}
.TagClassName
{
border-color: #C74D22;
}
</style>