Shades of Trinidad #C34C32
Tints of Trinidad #C34C32
RGB
CMYK
RGB Variations
Color information
#C34C32 (or 0xC34C32) is known color: Trinidad. HEX triplet: C3, 4C and 32. RGB value is (195,76,50). Sum of RGB (Red+Green+Blue) = 195+76+50=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C32 is #3CB3CD. Grayscale: #6C6C6C. Windows color (decimal): -3978190 or 3296451. OLE color: 3296451.
HSL color Cylindrical-coordinate representation of color #C34C32: hue angle of 10.76º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C34C32 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 50 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.24 |
| HSL | 10.76º | 0.59% | 0.48% | - |
| HSV(B) | 10.76º | 0.74% | 0.76% | - |
| XYZ | 25.67 | 17 | 4.95 | - |
| YUV | 108.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 50 | 0 | 0.61 | 0.74 | 0.24 | 10.76 | 0.59 | 0.48 |
| Hex | C3 | 4C | 32 | 0 | 3D | 4A | 18 | B | 3B | 30 |
| Octal | 303 | 114 | 62 | 0 | 75 | 112 | 30 | 13 | 73 | 60 |
| Binary | 11000011 | 1001100 | 110010 | 0 | 111101 | 1001010 | 11000 | 1011 | 111011 | 110000 |
Color Harmonies of #C34C32
Complementary color
Monochromatic Colors of #C34C32
Black with #C34C32
Text Example
Text Example
White with #C34C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C32; }
p { color: rgb(195,76,50); }
H1.HeaderClassName
{
color: #C34C32;
}
.AnyTagClassName
{
color: #C34C32;
}
</style>
background-color css
<style>
a { background-color: #C34C32; }
a { background-color: rgb(195,76,50); }
div.DivClassName
{
background-color: #C34C32;
}
.BgClassName
{
background-color: #C34C32;
}
</style>
border-color css
<style>
span { border-color: #C34C32; }
span { border-color: rgb(195,76,50); }
td.TdClassName
{
border-color: #C34C32;
}
.TagClassName
{
border-color: #C34C32;
}
</style>