Shades of Trinidad #C25031
Tints of Trinidad #C25031
RGB
CMYK
RGB Variations
Color information
#C25031 (or 0xC25031) is known color: Trinidad. HEX triplet: C2, 50 and 31. RGB value is (194,80,49). Sum of RGB (Red+Green+Blue) = 194+80+49=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C25031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25031 is #3DAFCE. Grayscale: #6E6E6E. Windows color (decimal): -4042703 or 3231938. OLE color: 3231938.
HSL color Cylindrical-coordinate representation of color #C25031: hue angle of 12.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C25031 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 49 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.24 |
| HSL | 12.83º | 0.6% | 0.48% | - |
| HSV(B) | 12.83º | 0.75% | 0.76% | - |
| XYZ | 25.67 | 17.43 | 4.92 | - |
| YUV | 110.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 49 | 0 | 0.59 | 0.75 | 0.24 | 12.83 | 0.6 | 0.48 |
| Hex | C2 | 50 | 31 | 0 | 3B | 4B | 18 | D | 3C | 30 |
| Octal | 302 | 120 | 61 | 0 | 73 | 113 | 30 | 15 | 74 | 60 |
| Binary | 11000010 | 1010000 | 110001 | 0 | 111011 | 1001011 | 11000 | 1101 | 111100 | 110000 |
Color Harmonies of #C25031
Complementary color
Monochromatic Colors of #C25031
Black with #C25031
Text Example
Text Example
White with #C25031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25031; }
p { color: rgb(194,80,49); }
H1.HeaderClassName
{
color: #C25031;
}
.AnyTagClassName
{
color: #C25031;
}
</style>
background-color css
<style>
a { background-color: #C25031; }
a { background-color: rgb(194,80,49); }
div.DivClassName
{
background-color: #C25031;
}
.BgClassName
{
background-color: #C25031;
}
</style>
border-color css
<style>
span { border-color: #C25031; }
span { border-color: rgb(194,80,49); }
td.TdClassName
{
border-color: #C25031;
}
.TagClassName
{
border-color: #C25031;
}
</style>