Shades of Trinidad #C25228
Tints of Trinidad #C25228
RGB
CMYK
RGB Variations
Color information
#C25228 (or 0xC25228) is known color: Trinidad. HEX triplet: C2, 52 and 28. RGB value is (194,82,40). Sum of RGB (Red+Green+Blue) = 194+82+40=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C25228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25228 is #3DADD7. Grayscale: #6E6E6E. Windows color (decimal): -4042200 or 2642626. OLE color: 2642626.
HSL color Cylindrical-coordinate representation of color #C25228: hue angle of 16.36º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C25228 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 40 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.24 |
| HSL | 16.36º | 0.66% | 0.46% | - |
| HSV(B) | 16.36º | 0.79% | 0.76% | - |
| XYZ | 25.65 | 17.66 | 4.06 | - |
| YUV | 110.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 40 | 0 | 0.58 | 0.79 | 0.24 | 16.36 | 0.66 | 0.46 |
| Hex | C2 | 52 | 28 | 0 | 3A | 4F | 18 | 10 | 42 | 2E |
| Octal | 302 | 122 | 50 | 0 | 72 | 117 | 30 | 20 | 102 | 56 |
| Binary | 11000010 | 1010010 | 101000 | 0 | 111010 | 1001111 | 11000 | 10000 | 1000010 | 101110 |
Color Harmonies of #C25228
Complementary color
Monochromatic Colors of #C25228
Black with #C25228
Text Example
Text Example
White with #C25228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25228; }
p { color: rgb(194,82,40); }
H1.HeaderClassName
{
color: #C25228;
}
.AnyTagClassName
{
color: #C25228;
}
</style>
background-color css
<style>
a { background-color: #C25228; }
a { background-color: rgb(194,82,40); }
div.DivClassName
{
background-color: #C25228;
}
.BgClassName
{
background-color: #C25228;
}
</style>
border-color css
<style>
span { border-color: #C25228; }
span { border-color: rgb(194,82,40); }
td.TdClassName
{
border-color: #C25228;
}
.TagClassName
{
border-color: #C25228;
}
</style>