Shades of Trinidad #C34A25
Tints of Trinidad #C34A25
RGB
CMYK
RGB Variations
Color information
#C34A25 (or 0xC34A25) is known color: Trinidad. HEX triplet: C3, 4A and 25. RGB value is (195,74,37). Sum of RGB (Red+Green+Blue) = 195+74+37=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A25 is #3CB5DA. Grayscale: #6A6A6A. Windows color (decimal): -3978715 or 2443971. OLE color: 2443971.
HSL color Cylindrical-coordinate representation of color #C34A25: hue angle of 14.05º 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 #C34A25 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 37 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.24 |
| HSL | 14.05º | 0.68% | 0.45% | - |
| HSV(B) | 14.05º | 0.81% | 0.76% | - |
| XYZ | 25.29 | 16.63 | 3.63 | - |
| YUV | 105.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 37 | 0 | 0.62 | 0.81 | 0.24 | 14.05 | 0.68 | 0.45 |
| Hex | C3 | 4A | 25 | 0 | 3E | 51 | 18 | E | 44 | 2D |
| Octal | 303 | 112 | 45 | 0 | 76 | 121 | 30 | 16 | 104 | 55 |
| Binary | 11000011 | 1001010 | 100101 | 0 | 111110 | 1010001 | 11000 | 1110 | 1000100 | 101101 |
Color Harmonies of #C34A25
Complementary color
Monochromatic Colors of #C34A25
Black with #C34A25
Text Example
Text Example
White with #C34A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A25; }
p { color: rgb(195,74,37); }
H1.HeaderClassName
{
color: #C34A25;
}
.AnyTagClassName
{
color: #C34A25;
}
</style>
background-color css
<style>
a { background-color: #C34A25; }
a { background-color: rgb(195,74,37); }
div.DivClassName
{
background-color: #C34A25;
}
.BgClassName
{
background-color: #C34A25;
}
</style>
border-color css
<style>
span { border-color: #C34A25; }
span { border-color: rgb(195,74,37); }
td.TdClassName
{
border-color: #C34A25;
}
.TagClassName
{
border-color: #C34A25;
}
</style>