Shades of Trinidad #C85130
Tints of Trinidad #C85130
RGB
CMYK
RGB Variations
Color information
#C85130 (or 0xC85130) is known color: Trinidad. HEX triplet: C8, 51 and 30. RGB value is (200,81,48). Sum of RGB (Red+Green+Blue) = 200+81+48=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C85130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85130 is #37AECF. Grayscale: #717171. Windows color (decimal): -3649232 or 3166664. OLE color: 3166664.
HSL color Cylindrical-coordinate representation of color #C85130: hue angle of 13.03º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C85130 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 48 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.22 |
| HSL | 13.03º | 0.61% | 0.49% | - |
| HSV(B) | 13.03º | 0.76% | 0.78% | - |
| XYZ | 27.3 | 18.38 | 4.9 | - |
| YUV | 112.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 48 | 0 | 0.59 | 0.76 | 0.22 | 13.03 | 0.61 | 0.49 |
| Hex | C8 | 51 | 30 | 0 | 3B | 4C | 16 | D | 3D | 31 |
| Octal | 310 | 121 | 60 | 0 | 73 | 114 | 26 | 15 | 75 | 61 |
| Binary | 11001000 | 1010001 | 110000 | 0 | 111011 | 1001100 | 10110 | 1101 | 111101 | 110001 |
Color Harmonies of #C85130
Complementary color
Monochromatic Colors of #C85130
Black with #C85130
Text Example
Text Example
White with #C85130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85130; }
p { color: rgb(200,81,48); }
H1.HeaderClassName
{
color: #C85130;
}
.AnyTagClassName
{
color: #C85130;
}
</style>
background-color css
<style>
a { background-color: #C85130; }
a { background-color: rgb(200,81,48); }
div.DivClassName
{
background-color: #C85130;
}
.BgClassName
{
background-color: #C85130;
}
</style>
border-color css
<style>
span { border-color: #C85130; }
span { border-color: rgb(200,81,48); }
td.TdClassName
{
border-color: #C85130;
}
.TagClassName
{
border-color: #C85130;
}
</style>