Shades of Trinidad #C34F34
Tints of Trinidad #C34F34
RGB
CMYK
RGB Variations
Color information
#C34F34 (or 0xC34F34) is known color: Trinidad. HEX triplet: C3, 4F and 34. RGB value is (195,79,52). Sum of RGB (Red+Green+Blue) = 195+79+52=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F34 is #3CB0CB. Grayscale: #6E6E6E. Windows color (decimal): -3977420 or 3428291. OLE color: 3428291.
HSL color Cylindrical-coordinate representation of color #C34F34: hue angle of 11.33º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C34F34 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 52 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.24 |
| HSL | 11.33º | 0.58% | 0.48% | - |
| HSV(B) | 11.33º | 0.73% | 0.76% | - |
| XYZ | 25.92 | 17.44 | 5.25 | - |
| YUV | 110.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 52 | 0 | 0.59 | 0.73 | 0.24 | 11.33 | 0.58 | 0.48 |
| Hex | C3 | 4F | 34 | 0 | 3B | 49 | 18 | B | 3A | 30 |
| Octal | 303 | 117 | 64 | 0 | 73 | 111 | 30 | 13 | 72 | 60 |
| Binary | 11000011 | 1001111 | 110100 | 0 | 111011 | 1001001 | 11000 | 1011 | 111010 | 110000 |
Color Harmonies of #C34F34
Complementary color
Monochromatic Colors of #C34F34
Black with #C34F34
Text Example
Text Example
White with #C34F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F34; }
p { color: rgb(195,79,52); }
H1.HeaderClassName
{
color: #C34F34;
}
.AnyTagClassName
{
color: #C34F34;
}
</style>
background-color css
<style>
a { background-color: #C34F34; }
a { background-color: rgb(195,79,52); }
div.DivClassName
{
background-color: #C34F34;
}
.BgClassName
{
background-color: #C34F34;
}
</style>
border-color css
<style>
span { border-color: #C34F34; }
span { border-color: rgb(195,79,52); }
td.TdClassName
{
border-color: #C34F34;
}
.TagClassName
{
border-color: #C34F34;
}
</style>