Shades of Trinidad #C75024
Tints of Trinidad #C75024
RGB
CMYK
RGB Variations
Color information
#C75024 (or 0xC75024) is known color: Trinidad. HEX triplet: C7, 50 and 24. RGB value is (199,80,36). Sum of RGB (Red+Green+Blue) = 199+80+36=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C75024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75024 is #38AFDB. Grayscale: #6E6E6E. Windows color (decimal): -3715036 or 2379975. OLE color: 2379975.
HSL color Cylindrical-coordinate representation of color #C75024: hue angle of 16.2º 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 #C75024 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 36 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.22 |
| HSL | 16.2º | 0.69% | 0.46% | - |
| HSV(B) | 16.2º | 0.82% | 0.78% | - |
| XYZ | 26.74 | 18.01 | 3.74 | - |
| YUV | 110.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 36 | 0 | 0.60 | 0.82 | 0.22 | 16.2 | 0.69 | 0.46 |
| Hex | C7 | 50 | 24 | 0 | 3C | 52 | 16 | 10 | 45 | 2E |
| Octal | 307 | 120 | 44 | 0 | 74 | 122 | 26 | 20 | 105 | 56 |
| Binary | 11000111 | 1010000 | 100100 | 0 | 111100 | 1010010 | 10110 | 10000 | 1000101 | 101110 |
Color Harmonies of #C75024
Complementary color
Monochromatic Colors of #C75024
Black with #C75024
Text Example
Text Example
White with #C75024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75024; }
p { color: rgb(199,80,36); }
H1.HeaderClassName
{
color: #C75024;
}
.AnyTagClassName
{
color: #C75024;
}
</style>
background-color css
<style>
a { background-color: #C75024; }
a { background-color: rgb(199,80,36); }
div.DivClassName
{
background-color: #C75024;
}
.BgClassName
{
background-color: #C75024;
}
</style>
border-color css
<style>
span { border-color: #C75024; }
span { border-color: rgb(199,80,36); }
td.TdClassName
{
border-color: #C75024;
}
.TagClassName
{
border-color: #C75024;
}
</style>