Shades of Trinidad #C85135
Tints of Trinidad #C85135
RGB
CMYK
RGB Variations
Color information
#C85135 (or 0xC85135) is known color: Trinidad. HEX triplet: C8, 51 and 35. RGB value is (200,81,53). Sum of RGB (Red+Green+Blue) = 200+81+53=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C85135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85135 is #37AECA. Grayscale: #717171. Windows color (decimal): -3649227 or 3494344. OLE color: 3494344.
HSL color Cylindrical-coordinate representation of color #C85135: hue angle of 11.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C85135 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 53 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.22 |
| HSL | 11.43º | 0.58% | 0.5% | - |
| HSV(B) | 11.43º | 0.74% | 0.78% | - |
| XYZ | 27.4 | 18.42 | 5.48 | - |
| YUV | 113.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 53 | 0 | 0.59 | 0.74 | 0.22 | 11.43 | 0.58 | 0.5 |
| Hex | C8 | 51 | 35 | 0 | 3B | 4A | 16 | B | 3A | 32 |
| Octal | 310 | 121 | 65 | 0 | 73 | 112 | 26 | 13 | 72 | 62 |
| Binary | 11001000 | 1010001 | 110101 | 0 | 111011 | 1001010 | 10110 | 1011 | 111010 | 110010 |
Color Harmonies of #C85135
Complementary color
Monochromatic Colors of #C85135
Black with #C85135
Text Example
Text Example
White with #C85135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85135; }
p { color: rgb(200,81,53); }
H1.HeaderClassName
{
color: #C85135;
}
.AnyTagClassName
{
color: #C85135;
}
</style>
background-color css
<style>
a { background-color: #C85135; }
a { background-color: rgb(200,81,53); }
div.DivClassName
{
background-color: #C85135;
}
.BgClassName
{
background-color: #C85135;
}
</style>
border-color css
<style>
span { border-color: #C85135; }
span { border-color: rgb(200,81,53); }
td.TdClassName
{
border-color: #C85135;
}
.TagClassName
{
border-color: #C85135;
}
</style>