Shades of Trinidad #C34D26
Tints of Trinidad #C34D26
RGB
CMYK
RGB Variations
Color information
#C34D26 (or 0xC34D26) is known color: Trinidad. HEX triplet: C3, 4D and 26. RGB value is (195,77,38). Sum of RGB (Red+Green+Blue) = 195+77+38=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D26 is #3CB2D9. Grayscale: #6C6C6C. Windows color (decimal): -3977946 or 2510275. OLE color: 2510275.
HSL color Cylindrical-coordinate representation of color #C34D26: hue angle of 14.9º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C34D26 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 38 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.24 |
| HSL | 14.9º | 0.67% | 0.46% | - |
| HSV(B) | 14.9º | 0.81% | 0.76% | - |
| XYZ | 25.51 | 17.05 | 3.78 | - |
| YUV | 107.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 38 | 0 | 0.61 | 0.81 | 0.24 | 14.9 | 0.67 | 0.46 |
| Hex | C3 | 4D | 26 | 0 | 3D | 51 | 18 | F | 43 | 2E |
| Octal | 303 | 115 | 46 | 0 | 75 | 121 | 30 | 17 | 103 | 56 |
| Binary | 11000011 | 1001101 | 100110 | 0 | 111101 | 1010001 | 11000 | 1111 | 1000011 | 101110 |
Color Harmonies of #C34D26
Complementary color
Monochromatic Colors of #C34D26
Black with #C34D26
Text Example
Text Example
White with #C34D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D26; }
p { color: rgb(195,77,38); }
H1.HeaderClassName
{
color: #C34D26;
}
.AnyTagClassName
{
color: #C34D26;
}
</style>
background-color css
<style>
a { background-color: #C34D26; }
a { background-color: rgb(195,77,38); }
div.DivClassName
{
background-color: #C34D26;
}
.BgClassName
{
background-color: #C34D26;
}
</style>
border-color css
<style>
span { border-color: #C34D26; }
span { border-color: rgb(195,77,38); }
td.TdClassName
{
border-color: #C34D26;
}
.TagClassName
{
border-color: #C34D26;
}
</style>