Shades of Trinidad #C25835
Tints of Trinidad #C25835
RGB
CMYK
RGB Variations
Color information
#C25835 (or 0xC25835) is known color: Trinidad. HEX triplet: C2, 58 and 35. RGB value is (194,88,53). Sum of RGB (Red+Green+Blue) = 194+88+53=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C25835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25835 is #3DA7CA. Grayscale: #737373. Windows color (decimal): -4040651 or 3496130. OLE color: 3496130.
HSL color Cylindrical-coordinate representation of color #C25835: hue angle of 14.89º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C25835 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 53 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.24 |
| HSL | 14.89º | 0.57% | 0.48% | - |
| HSV(B) | 14.89º | 0.73% | 0.76% | - |
| XYZ | 26.38 | 18.71 | 5.59 | - |
| YUV | 115.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 53 | 0 | 0.55 | 0.73 | 0.24 | 14.89 | 0.57 | 0.48 |
| Hex | C2 | 58 | 35 | 0 | 37 | 49 | 18 | F | 39 | 30 |
| Octal | 302 | 130 | 65 | 0 | 67 | 111 | 30 | 17 | 71 | 60 |
| Binary | 11000010 | 1011000 | 110101 | 0 | 110111 | 1001001 | 11000 | 1111 | 111001 | 110000 |
Color Harmonies of #C25835
Complementary color
Monochromatic Colors of #C25835
Black with #C25835
Text Example
Text Example
White with #C25835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25835; }
p { color: rgb(194,88,53); }
H1.HeaderClassName
{
color: #C25835;
}
.AnyTagClassName
{
color: #C25835;
}
</style>
background-color css
<style>
a { background-color: #C25835; }
a { background-color: rgb(194,88,53); }
div.DivClassName
{
background-color: #C25835;
}
.BgClassName
{
background-color: #C25835;
}
</style>
border-color css
<style>
span { border-color: #C25835; }
span { border-color: rgb(194,88,53); }
td.TdClassName
{
border-color: #C25835;
}
.TagClassName
{
border-color: #C25835;
}
</style>