Shades of Trinidad #C34125
Tints of Trinidad #C34125
RGB
CMYK
RGB Variations
Color information
#C34125 (or 0xC34125) is known color: Trinidad. HEX triplet: C3, 41 and 25. RGB value is (195,65,37). Sum of RGB (Red+Green+Blue) = 195+65+37=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C34125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34125 is #3CBEDA. Grayscale: #646464. Windows color (decimal): -3981019 or 2441667. OLE color: 2441667.
HSL color Cylindrical-coordinate representation of color #C34125: hue angle of 10.63º 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 #C34125 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 37 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.24 |
| HSL | 10.63º | 0.68% | 0.45% | - |
| HSV(B) | 10.63º | 0.81% | 0.76% | - |
| XYZ | 24.73 | 15.52 | 3.44 | - |
| YUV | 100.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 37 | 0 | 0.67 | 0.81 | 0.24 | 10.63 | 0.68 | 0.45 |
| Hex | C3 | 41 | 25 | 0 | 43 | 51 | 18 | B | 44 | 2D |
| Octal | 303 | 101 | 45 | 0 | 103 | 121 | 30 | 13 | 104 | 55 |
| Binary | 11000011 | 1000001 | 100101 | 0 | 1000011 | 1010001 | 11000 | 1011 | 1000100 | 101101 |
Color Harmonies of #C34125
Complementary color
Monochromatic Colors of #C34125
Black with #C34125
Text Example
Text Example
White with #C34125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34125; }
p { color: rgb(195,65,37); }
H1.HeaderClassName
{
color: #C34125;
}
.AnyTagClassName
{
color: #C34125;
}
</style>
background-color css
<style>
a { background-color: #C34125; }
a { background-color: rgb(195,65,37); }
div.DivClassName
{
background-color: #C34125;
}
.BgClassName
{
background-color: #C34125;
}
</style>
border-color css
<style>
span { border-color: #C34125; }
span { border-color: rgb(195,65,37); }
td.TdClassName
{
border-color: #C34125;
}
.TagClassName
{
border-color: #C34125;
}
</style>