Shades of Trinidad #C75022
Tints of Trinidad #C75022
RGB
CMYK
RGB Variations
Color information
#C75022 (or 0xC75022) is known color: Trinidad. HEX triplet: C7, 50 and 22. RGB value is (199,80,34). Sum of RGB (Red+Green+Blue) = 199+80+34=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C75022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75022 is #38AFDD. Grayscale: #6E6E6E. Windows color (decimal): -3715038 or 2248903. OLE color: 2248903.
HSL color Cylindrical-coordinate representation of color #C75022: hue angle of 16.73º 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 #C75022 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 34 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.22 |
| HSL | 16.73º | 0.71% | 0.46% | - |
| HSV(B) | 16.73º | 0.83% | 0.78% | - |
| XYZ | 26.71 | 17.99 | 3.58 | - |
| YUV | 110.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 34 | 0 | 0.60 | 0.83 | 0.22 | 16.73 | 0.71 | 0.46 |
| Hex | C7 | 50 | 22 | 0 | 3C | 53 | 16 | 11 | 47 | 2E |
| Octal | 307 | 120 | 42 | 0 | 74 | 123 | 26 | 21 | 107 | 56 |
| Binary | 11000111 | 1010000 | 100010 | 0 | 111100 | 1010011 | 10110 | 10001 | 1000111 | 101110 |
Color Harmonies of #C75022
Complementary color
Monochromatic Colors of #C75022
Black with #C75022
Text Example
Text Example
White with #C75022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75022; }
p { color: rgb(199,80,34); }
H1.HeaderClassName
{
color: #C75022;
}
.AnyTagClassName
{
color: #C75022;
}
</style>
background-color css
<style>
a { background-color: #C75022; }
a { background-color: rgb(199,80,34); }
div.DivClassName
{
background-color: #C75022;
}
.BgClassName
{
background-color: #C75022;
}
</style>
border-color css
<style>
span { border-color: #C75022; }
span { border-color: rgb(199,80,34); }
td.TdClassName
{
border-color: #C75022;
}
.TagClassName
{
border-color: #C75022;
}
</style>