Shades of Trinidad #C34C22
Tints of Trinidad #C34C22
RGB
CMYK
RGB Variations
Color information
#C34C22 (or 0xC34C22) is known color: Trinidad. HEX triplet: C3, 4C and 22. RGB value is (195,76,34). Sum of RGB (Red+Green+Blue) = 195+76+34=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C22 is #3CB3DD. Grayscale: #6B6B6B. Windows color (decimal): -3978206 or 2247875. OLE color: 2247875.
HSL color Cylindrical-coordinate representation of color #C34C22: hue angle of 15.65º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C34C22 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 34 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.24 |
| HSL | 15.65º | 0.7% | 0.45% | - |
| HSV(B) | 15.65º | 0.83% | 0.76% | - |
| XYZ | 25.38 | 16.89 | 3.44 | - |
| YUV | 106.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 34 | 0 | 0.61 | 0.83 | 0.24 | 15.65 | 0.7 | 0.45 |
| Hex | C3 | 4C | 22 | 0 | 3D | 53 | 18 | 10 | 46 | 2D |
| Octal | 303 | 114 | 42 | 0 | 75 | 123 | 30 | 20 | 106 | 55 |
| Binary | 11000011 | 1001100 | 100010 | 0 | 111101 | 1010011 | 11000 | 10000 | 1000110 | 101101 |
Color Harmonies of #C34C22
Complementary color
Monochromatic Colors of #C34C22
Black with #C34C22
Text Example
Text Example
White with #C34C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C22; }
p { color: rgb(195,76,34); }
H1.HeaderClassName
{
color: #C34C22;
}
.AnyTagClassName
{
color: #C34C22;
}
</style>
background-color css
<style>
a { background-color: #C34C22; }
a { background-color: rgb(195,76,34); }
div.DivClassName
{
background-color: #C34C22;
}
.BgClassName
{
background-color: #C34C22;
}
</style>
border-color css
<style>
span { border-color: #C34C22; }
span { border-color: rgb(195,76,34); }
td.TdClassName
{
border-color: #C34C22;
}
.TagClassName
{
border-color: #C34C22;
}
</style>