Shades of Trinidad #C34C27
Tints of Trinidad #C34C27
RGB
CMYK
RGB Variations
Color information
#C34C27 (or 0xC34C27) is known color: Trinidad. HEX triplet: C3, 4C and 27. RGB value is (195,76,39). Sum of RGB (Red+Green+Blue) = 195+76+39=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C27 is #3CB3D8. Grayscale: #6B6B6B. Windows color (decimal): -3978201 or 2575555. OLE color: 2575555.
HSL color Cylindrical-coordinate representation of color #C34C27: hue angle of 14.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C34C27 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 39 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.24 |
| HSL | 14.23º | 0.67% | 0.46% | - |
| HSV(B) | 14.23º | 0.8% | 0.76% | - |
| XYZ | 25.46 | 16.92 | 3.84 | - |
| YUV | 107.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 39 | 0 | 0.61 | 0.80 | 0.24 | 14.23 | 0.67 | 0.46 |
| Hex | C3 | 4C | 27 | 0 | 3D | 50 | 18 | E | 43 | 2E |
| Octal | 303 | 114 | 47 | 0 | 75 | 120 | 30 | 16 | 103 | 56 |
| Binary | 11000011 | 1001100 | 100111 | 0 | 111101 | 1010000 | 11000 | 1110 | 1000011 | 101110 |
Color Harmonies of #C34C27
Complementary color
Monochromatic Colors of #C34C27
Black with #C34C27
Text Example
Text Example
White with #C34C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C27; }
p { color: rgb(195,76,39); }
H1.HeaderClassName
{
color: #C34C27;
}
.AnyTagClassName
{
color: #C34C27;
}
</style>
background-color css
<style>
a { background-color: #C34C27; }
a { background-color: rgb(195,76,39); }
div.DivClassName
{
background-color: #C34C27;
}
.BgClassName
{
background-color: #C34C27;
}
</style>
border-color css
<style>
span { border-color: #C34C27; }
span { border-color: rgb(195,76,39); }
td.TdClassName
{
border-color: #C34C27;
}
.TagClassName
{
border-color: #C34C27;
}
</style>