Shades of Trinidad #C2502D
Tints of Trinidad #C2502D
RGB
CMYK
RGB Variations
Color information
#C2502D (or 0xC2502D) is known color: Trinidad. HEX triplet: C2, 50 and 2D. RGB value is (194,80,45). Sum of RGB (Red+Green+Blue) = 194+80+45=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2502D is #3DAFD2. Grayscale: #6E6E6E. Windows color (decimal): -4042707 or 2969794. OLE color: 2969794.
HSL color Cylindrical-coordinate representation of color #C2502D: hue angle of 14.09º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2502D is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 45 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.24 |
| HSL | 14.09º | 0.62% | 0.47% | - |
| HSV(B) | 14.09º | 0.77% | 0.76% | - |
| XYZ | 25.59 | 17.4 | 4.49 | - |
| YUV | 110.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 45 | 0 | 0.59 | 0.77 | 0.24 | 14.09 | 0.62 | 0.47 |
| Hex | C2 | 50 | 2D | 0 | 3B | 4D | 18 | E | 3E | 2F |
| Octal | 302 | 120 | 55 | 0 | 73 | 115 | 30 | 16 | 76 | 57 |
| Binary | 11000010 | 1010000 | 101101 | 0 | 111011 | 1001101 | 11000 | 1110 | 111110 | 101111 |
Color Harmonies of #C2502D
Complementary color
Monochromatic Colors of #C2502D
Black with #C2502D
Text Example
Text Example
White with #C2502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2502D; }
p { color: rgb(194,80,45); }
H1.HeaderClassName
{
color: #C2502D;
}
.AnyTagClassName
{
color: #C2502D;
}
</style>
background-color css
<style>
a { background-color: #C2502D; }
a { background-color: rgb(194,80,45); }
div.DivClassName
{
background-color: #C2502D;
}
.BgClassName
{
background-color: #C2502D;
}
</style>
border-color css
<style>
span { border-color: #C2502D; }
span { border-color: rgb(194,80,45); }
td.TdClassName
{
border-color: #C2502D;
}
.TagClassName
{
border-color: #C2502D;
}
</style>