Shades of Trinidad #C34C2E
Tints of Trinidad #C34C2E
RGB
CMYK
RGB Variations
Color information
#C34C2E (or 0xC34C2E) is known color: Trinidad. HEX triplet: C3, 4C and 2E. RGB value is (195,76,46). Sum of RGB (Red+Green+Blue) = 195+76+46=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C2E is #3CB3D1. Grayscale: #6C6C6C. Windows color (decimal): -3978194 or 3034307. OLE color: 3034307.
HSL color Cylindrical-coordinate representation of color #C34C2E: hue angle of 12.08º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C34C2E is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 46 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.24 |
| HSL | 12.08º | 0.62% | 0.47% | - |
| HSV(B) | 12.08º | 0.76% | 0.76% | - |
| XYZ | 25.58 | 16.97 | 4.51 | - |
| YUV | 108.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 46 | 0 | 0.61 | 0.76 | 0.24 | 12.08 | 0.62 | 0.47 |
| Hex | C3 | 4C | 2E | 0 | 3D | 4C | 18 | C | 3E | 2F |
| Octal | 303 | 114 | 56 | 0 | 75 | 114 | 30 | 14 | 76 | 57 |
| Binary | 11000011 | 1001100 | 101110 | 0 | 111101 | 1001100 | 11000 | 1100 | 111110 | 101111 |
Color Harmonies of #C34C2E
Complementary color
Monochromatic Colors of #C34C2E
Black with #C34C2E
Text Example
Text Example
White with #C34C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C2E; }
p { color: rgb(195,76,46); }
H1.HeaderClassName
{
color: #C34C2E;
}
.AnyTagClassName
{
color: #C34C2E;
}
</style>
background-color css
<style>
a { background-color: #C34C2E; }
a { background-color: rgb(195,76,46); }
div.DivClassName
{
background-color: #C34C2E;
}
.BgClassName
{
background-color: #C34C2E;
}
</style>
border-color css
<style>
span { border-color: #C34C2E; }
span { border-color: rgb(195,76,46); }
td.TdClassName
{
border-color: #C34C2E;
}
.TagClassName
{
border-color: #C34C2E;
}
</style>