Shades of Trinidad #C25027
Tints of Trinidad #C25027
RGB
CMYK
RGB Variations
Color information
#C25027 (or 0xC25027) is known color: Trinidad. HEX triplet: C2, 50 and 27. RGB value is (194,80,39). Sum of RGB (Red+Green+Blue) = 194+80+39=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C25027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25027 is #3DAFD8. Grayscale: #6D6D6D. Windows color (decimal): -4042713 or 2576578. OLE color: 2576578.
HSL color Cylindrical-coordinate representation of color #C25027: hue angle of 15.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C25027 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 39 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.24 |
| HSL | 15.87º | 0.67% | 0.46% | - |
| HSV(B) | 15.87º | 0.8% | 0.76% | - |
| XYZ | 25.48 | 17.35 | 3.93 | - |
| YUV | 109.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 39 | 0 | 0.59 | 0.80 | 0.24 | 15.87 | 0.67 | 0.46 |
| Hex | C2 | 50 | 27 | 0 | 3B | 50 | 18 | 10 | 43 | 2E |
| Octal | 302 | 120 | 47 | 0 | 73 | 120 | 30 | 20 | 103 | 56 |
| Binary | 11000010 | 1010000 | 100111 | 0 | 111011 | 1010000 | 11000 | 10000 | 1000011 | 101110 |
Color Harmonies of #C25027
Complementary color
Monochromatic Colors of #C25027
Black with #C25027
Text Example
Text Example
White with #C25027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25027; }
p { color: rgb(194,80,39); }
H1.HeaderClassName
{
color: #C25027;
}
.AnyTagClassName
{
color: #C25027;
}
</style>
background-color css
<style>
a { background-color: #C25027; }
a { background-color: rgb(194,80,39); }
div.DivClassName
{
background-color: #C25027;
}
.BgClassName
{
background-color: #C25027;
}
</style>
border-color css
<style>
span { border-color: #C25027; }
span { border-color: rgb(194,80,39); }
td.TdClassName
{
border-color: #C25027;
}
.TagClassName
{
border-color: #C25027;
}
</style>