Shades of Trinidad #C34C26
Tints of Trinidad #C34C26
RGB
CMYK
RGB Variations
Color information
#C34C26 (or 0xC34C26) is known color: Trinidad. HEX triplet: C3, 4C and 26. RGB value is (195,76,38). Sum of RGB (Red+Green+Blue) = 195+76+38=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C26 is #3CB3D9. Grayscale: #6B6B6B. Windows color (decimal): -3978202 or 2510019. OLE color: 2510019.
HSL color Cylindrical-coordinate representation of color #C34C26: hue angle of 14.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C34C26 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 38 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.24 |
| HSL | 14.52º | 0.67% | 0.46% | - |
| HSV(B) | 14.52º | 0.81% | 0.76% | - |
| XYZ | 25.44 | 16.91 | 3.76 | - |
| YUV | 107.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 38 | 0 | 0.61 | 0.81 | 0.24 | 14.52 | 0.67 | 0.46 |
| Hex | C3 | 4C | 26 | 0 | 3D | 51 | 18 | F | 43 | 2E |
| Octal | 303 | 114 | 46 | 0 | 75 | 121 | 30 | 17 | 103 | 56 |
| Binary | 11000011 | 1001100 | 100110 | 0 | 111101 | 1010001 | 11000 | 1111 | 1000011 | 101110 |
Color Harmonies of #C34C26
Complementary color
Monochromatic Colors of #C34C26
Black with #C34C26
Text Example
Text Example
White with #C34C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C26; }
p { color: rgb(195,76,38); }
H1.HeaderClassName
{
color: #C34C26;
}
.AnyTagClassName
{
color: #C34C26;
}
</style>
background-color css
<style>
a { background-color: #C34C26; }
a { background-color: rgb(195,76,38); }
div.DivClassName
{
background-color: #C34C26;
}
.BgClassName
{
background-color: #C34C26;
}
</style>
border-color css
<style>
span { border-color: #C34C26; }
span { border-color: rgb(195,76,38); }
td.TdClassName
{
border-color: #C34C26;
}
.TagClassName
{
border-color: #C34C26;
}
</style>