Shades of Trinidad #C75130
Tints of Trinidad #C75130
RGB
CMYK
RGB Variations
Color information
#C75130 (or 0xC75130) is known color: Trinidad. HEX triplet: C7, 51 and 30. RGB value is (199,81,48). Sum of RGB (Red+Green+Blue) = 199+81+48=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C75130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75130 is #38AECF. Grayscale: #707070. Windows color (decimal): -3714768 or 3166663. OLE color: 3166663.
HSL color Cylindrical-coordinate representation of color #C75130: hue angle of 13.11º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C75130 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 48 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.22 |
| HSL | 13.11º | 0.61% | 0.48% | - |
| HSV(B) | 13.11º | 0.76% | 0.78% | - |
| XYZ | 27.03 | 18.24 | 4.89 | - |
| YUV | 112.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 48 | 0 | 0.59 | 0.76 | 0.22 | 13.11 | 0.61 | 0.48 |
| Hex | C7 | 51 | 30 | 0 | 3B | 4C | 16 | D | 3D | 30 |
| Octal | 307 | 121 | 60 | 0 | 73 | 114 | 26 | 15 | 75 | 60 |
| Binary | 11000111 | 1010001 | 110000 | 0 | 111011 | 1001100 | 10110 | 1101 | 111101 | 110000 |
Color Harmonies of #C75130
Complementary color
Monochromatic Colors of #C75130
Black with #C75130
Text Example
Text Example
White with #C75130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75130; }
p { color: rgb(199,81,48); }
H1.HeaderClassName
{
color: #C75130;
}
.AnyTagClassName
{
color: #C75130;
}
</style>
background-color css
<style>
a { background-color: #C75130; }
a { background-color: rgb(199,81,48); }
div.DivClassName
{
background-color: #C75130;
}
.BgClassName
{
background-color: #C75130;
}
</style>
border-color css
<style>
span { border-color: #C75130; }
span { border-color: rgb(199,81,48); }
td.TdClassName
{
border-color: #C75130;
}
.TagClassName
{
border-color: #C75130;
}
</style>