Shades of Trinidad #C04125
Tints of Trinidad #C04125
RGB
CMYK
RGB Variations
Color information
#C04125 (or 0xC04125) is known color: Trinidad. HEX triplet: C0, 41 and 25. RGB value is (192,65,37). Sum of RGB (Red+Green+Blue) = 192+65+37=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C04125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04125 is #3FBEDA. Grayscale: #646464. Windows color (decimal): -4177627 or 2441664. OLE color: 2441664.
HSL color Cylindrical-coordinate representation of color #C04125: hue angle of 10.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C04125 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 37 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.25 |
| HSL | 10.84º | 0.68% | 0.45% | - |
| HSV(B) | 10.84º | 0.81% | 0.75% | - |
| XYZ | 23.96 | 15.12 | 3.41 | - |
| YUV | 99.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 37 | 0 | 0.66 | 0.81 | 0.25 | 10.84 | 0.68 | 0.45 |
| Hex | C0 | 41 | 25 | 0 | 42 | 51 | 19 | B | 44 | 2D |
| Octal | 300 | 101 | 45 | 0 | 102 | 121 | 31 | 13 | 104 | 55 |
| Binary | 11000000 | 1000001 | 100101 | 0 | 1000010 | 1010001 | 11001 | 1011 | 1000100 | 101101 |
Color Harmonies of #C04125
Complementary color
Monochromatic Colors of #C04125
Black with #C04125
Text Example
Text Example
White with #C04125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04125; }
p { color: rgb(192,65,37); }
H1.HeaderClassName
{
color: #C04125;
}
.AnyTagClassName
{
color: #C04125;
}
</style>
background-color css
<style>
a { background-color: #C04125; }
a { background-color: rgb(192,65,37); }
div.DivClassName
{
background-color: #C04125;
}
.BgClassName
{
background-color: #C04125;
}
</style>
border-color css
<style>
span { border-color: #C04125; }
span { border-color: rgb(192,65,37); }
td.TdClassName
{
border-color: #C04125;
}
.TagClassName
{
border-color: #C04125;
}
</style>