Shades of Trinidad #C34C2F
Tints of Trinidad #C34C2F
RGB
CMYK
RGB Variations
Color information
#C34C2F (or 0xC34C2F) is known color: Trinidad. HEX triplet: C3, 4C and 2F. RGB value is (195,76,47). Sum of RGB (Red+Green+Blue) = 195+76+47=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C2F is #3CB3D0. Grayscale: #6C6C6C. Windows color (decimal): -3978193 or 3099843. OLE color: 3099843.
HSL color Cylindrical-coordinate representation of color #C34C2F: hue angle of 11.76º degrees, saturation: 0.61, 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 #C34C2F is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 47 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.24 |
| HSL | 11.76º | 0.61% | 0.47% | - |
| HSV(B) | 11.76º | 0.76% | 0.76% | - |
| XYZ | 25.6 | 16.98 | 4.62 | - |
| YUV | 108.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 47 | 0 | 0.61 | 0.76 | 0.24 | 11.76 | 0.61 | 0.47 |
| Hex | C3 | 4C | 2F | 0 | 3D | 4C | 18 | C | 3D | 2F |
| Octal | 303 | 114 | 57 | 0 | 75 | 114 | 30 | 14 | 75 | 57 |
| Binary | 11000011 | 1001100 | 101111 | 0 | 111101 | 1001100 | 11000 | 1100 | 111101 | 101111 |
Color Harmonies of #C34C2F
Complementary color
Monochromatic Colors of #C34C2F
Black with #C34C2F
Text Example
Text Example
White with #C34C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C2F; }
p { color: rgb(195,76,47); }
H1.HeaderClassName
{
color: #C34C2F;
}
.AnyTagClassName
{
color: #C34C2F;
}
</style>
background-color css
<style>
a { background-color: #C34C2F; }
a { background-color: rgb(195,76,47); }
div.DivClassName
{
background-color: #C34C2F;
}
.BgClassName
{
background-color: #C34C2F;
}
</style>
border-color css
<style>
span { border-color: #C34C2F; }
span { border-color: rgb(195,76,47); }
td.TdClassName
{
border-color: #C34C2F;
}
.TagClassName
{
border-color: #C34C2F;
}
</style>