Shades of Trinidad #C34C2C
Tints of Trinidad #C34C2C
RGB
CMYK
RGB Variations
Color information
#C34C2C (or 0xC34C2C) is known color: Trinidad. HEX triplet: C3, 4C and 2C. RGB value is (195,76,44). Sum of RGB (Red+Green+Blue) = 195+76+44=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C2C is #3CB3D3. Grayscale: #6C6C6C. Windows color (decimal): -3978196 or 2903235. OLE color: 2903235.
HSL color Cylindrical-coordinate representation of color #C34C2C: hue angle of 12.72º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C34C2C is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 44 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.24 |
| HSL | 12.72º | 0.63% | 0.47% | - |
| HSV(B) | 12.72º | 0.77% | 0.76% | - |
| XYZ | 25.54 | 16.95 | 4.31 | - |
| YUV | 107.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 44 | 0 | 0.61 | 0.77 | 0.24 | 12.72 | 0.63 | 0.47 |
| Hex | C3 | 4C | 2C | 0 | 3D | 4D | 18 | D | 3F | 2F |
| Octal | 303 | 114 | 54 | 0 | 75 | 115 | 30 | 15 | 77 | 57 |
| Binary | 11000011 | 1001100 | 101100 | 0 | 111101 | 1001101 | 11000 | 1101 | 111111 | 101111 |
Color Harmonies of #C34C2C
Complementary color
Monochromatic Colors of #C34C2C
Black with #C34C2C
Text Example
Text Example
White with #C34C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C2C; }
p { color: rgb(195,76,44); }
H1.HeaderClassName
{
color: #C34C2C;
}
.AnyTagClassName
{
color: #C34C2C;
}
</style>
background-color css
<style>
a { background-color: #C34C2C; }
a { background-color: rgb(195,76,44); }
div.DivClassName
{
background-color: #C34C2C;
}
.BgClassName
{
background-color: #C34C2C;
}
</style>
border-color css
<style>
span { border-color: #C34C2C; }
span { border-color: rgb(195,76,44); }
td.TdClassName
{
border-color: #C34C2C;
}
.TagClassName
{
border-color: #C34C2C;
}
</style>