Shades of Trinidad #C25032
Tints of Trinidad #C25032
RGB
CMYK
RGB Variations
Color information
#C25032 (or 0xC25032) is known color: Trinidad. HEX triplet: C2, 50 and 32. RGB value is (194,80,50). Sum of RGB (Red+Green+Blue) = 194+80+50=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C25032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25032 is #3DAFCD. Grayscale: #6E6E6E. Windows color (decimal): -4042702 or 3297474. OLE color: 3297474.
HSL color Cylindrical-coordinate representation of color #C25032: hue angle of 12.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C25032 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 50 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.24 |
| HSL | 12.5º | 0.59% | 0.48% | - |
| HSV(B) | 12.5º | 0.74% | 0.76% | - |
| XYZ | 25.69 | 17.44 | 5.03 | - |
| YUV | 110.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 50 | 0 | 0.59 | 0.74 | 0.24 | 12.5 | 0.59 | 0.48 |
| Hex | C2 | 50 | 32 | 0 | 3B | 4A | 18 | C | 3B | 30 |
| Octal | 302 | 120 | 62 | 0 | 73 | 112 | 30 | 14 | 73 | 60 |
| Binary | 11000010 | 1010000 | 110010 | 0 | 111011 | 1001010 | 11000 | 1100 | 111011 | 110000 |
Color Harmonies of #C25032
Complementary color
Monochromatic Colors of #C25032
Black with #C25032
Text Example
Text Example
White with #C25032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25032; }
p { color: rgb(194,80,50); }
H1.HeaderClassName
{
color: #C25032;
}
.AnyTagClassName
{
color: #C25032;
}
</style>
background-color css
<style>
a { background-color: #C25032; }
a { background-color: rgb(194,80,50); }
div.DivClassName
{
background-color: #C25032;
}
.BgClassName
{
background-color: #C25032;
}
</style>
border-color css
<style>
span { border-color: #C25032; }
span { border-color: rgb(194,80,50); }
td.TdClassName
{
border-color: #C25032;
}
.TagClassName
{
border-color: #C25032;
}
</style>