Shades of Trinidad #C75424
Tints of Trinidad #C75424
RGB
CMYK
RGB Variations
Color information
#C75424 (or 0xC75424) is known color: Trinidad. HEX triplet: C7, 54 and 24. RGB value is (199,84,36). Sum of RGB (Red+Green+Blue) = 199+84+36=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C75424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75424 is #38ABDB. Grayscale: #717171. Windows color (decimal): -3714012 or 2380999. OLE color: 2380999.
HSL color Cylindrical-coordinate representation of color #C75424: hue angle of 17.67º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C75424 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 36 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.22 |
| HSL | 17.67º | 0.69% | 0.46% | - |
| HSV(B) | 17.67º | 0.82% | 0.78% | - |
| XYZ | 27.04 | 18.61 | 3.84 | - |
| YUV | 112.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 36 | 0 | 0.58 | 0.82 | 0.22 | 17.67 | 0.69 | 0.46 |
| Hex | C7 | 54 | 24 | 0 | 3A | 52 | 16 | 12 | 45 | 2E |
| Octal | 307 | 124 | 44 | 0 | 72 | 122 | 26 | 22 | 105 | 56 |
| Binary | 11000111 | 1010100 | 100100 | 0 | 111010 | 1010010 | 10110 | 10010 | 1000101 | 101110 |
Color Harmonies of #C75424
Complementary color
Monochromatic Colors of #C75424
Black with #C75424
Text Example
Text Example
White with #C75424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75424; }
p { color: rgb(199,84,36); }
H1.HeaderClassName
{
color: #C75424;
}
.AnyTagClassName
{
color: #C75424;
}
</style>
background-color css
<style>
a { background-color: #C75424; }
a { background-color: rgb(199,84,36); }
div.DivClassName
{
background-color: #C75424;
}
.BgClassName
{
background-color: #C75424;
}
</style>
border-color css
<style>
span { border-color: #C75424; }
span { border-color: rgb(199,84,36); }
td.TdClassName
{
border-color: #C75424;
}
.TagClassName
{
border-color: #C75424;
}
</style>