Shades of Trinidad #C34D25
Tints of Trinidad #C34D25
RGB
CMYK
RGB Variations
Color information
#C34D25 (or 0xC34D25) is known color: Trinidad. HEX triplet: C3, 4D and 25. RGB value is (195,77,37). Sum of RGB (Red+Green+Blue) = 195+77+37=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D25 is #3CB2DA. Grayscale: #6C6C6C. Windows color (decimal): -3977947 or 2444739. OLE color: 2444739.
HSL color Cylindrical-coordinate representation of color #C34D25: hue angle of 15.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C34D25 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 37 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.24 |
| HSL | 15.19º | 0.68% | 0.45% | - |
| HSV(B) | 15.19º | 0.81% | 0.76% | - |
| XYZ | 25.49 | 17.04 | 3.7 | - |
| YUV | 107.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 37 | 0 | 0.61 | 0.81 | 0.24 | 15.19 | 0.68 | 0.45 |
| Hex | C3 | 4D | 25 | 0 | 3D | 51 | 18 | F | 44 | 2D |
| Octal | 303 | 115 | 45 | 0 | 75 | 121 | 30 | 17 | 104 | 55 |
| Binary | 11000011 | 1001101 | 100101 | 0 | 111101 | 1010001 | 11000 | 1111 | 1000100 | 101101 |
Color Harmonies of #C34D25
Complementary color
Monochromatic Colors of #C34D25
Black with #C34D25
Text Example
Text Example
White with #C34D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D25; }
p { color: rgb(195,77,37); }
H1.HeaderClassName
{
color: #C34D25;
}
.AnyTagClassName
{
color: #C34D25;
}
</style>
background-color css
<style>
a { background-color: #C34D25; }
a { background-color: rgb(195,77,37); }
div.DivClassName
{
background-color: #C34D25;
}
.BgClassName
{
background-color: #C34D25;
}
</style>
border-color css
<style>
span { border-color: #C34D25; }
span { border-color: rgb(195,77,37); }
td.TdClassName
{
border-color: #C34D25;
}
.TagClassName
{
border-color: #C34D25;
}
</style>