Shades of Trinidad #C34A26
Tints of Trinidad #C34A26
RGB
CMYK
RGB Variations
Color information
#C34A26 (or 0xC34A26) is known color: Trinidad. HEX triplet: C3, 4A and 26. RGB value is (195,74,38). Sum of RGB (Red+Green+Blue) = 195+74+38=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A26 is #3CB5D9. Grayscale: #6A6A6A. Windows color (decimal): -3978714 or 2509507. OLE color: 2509507.
HSL color Cylindrical-coordinate representation of color #C34A26: hue angle of 13.76º 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 #C34A26 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 38 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.24 |
| HSL | 13.76º | 0.67% | 0.46% | - |
| HSV(B) | 13.76º | 0.81% | 0.76% | - |
| XYZ | 25.3 | 16.64 | 3.71 | - |
| YUV | 106.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 38 | 0 | 0.62 | 0.81 | 0.24 | 13.76 | 0.67 | 0.46 |
| Hex | C3 | 4A | 26 | 0 | 3E | 51 | 18 | E | 43 | 2E |
| Octal | 303 | 112 | 46 | 0 | 76 | 121 | 30 | 16 | 103 | 56 |
| Binary | 11000011 | 1001010 | 100110 | 0 | 111110 | 1010001 | 11000 | 1110 | 1000011 | 101110 |
Color Harmonies of #C34A26
Complementary color
Monochromatic Colors of #C34A26
Black with #C34A26
Text Example
Text Example
White with #C34A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A26; }
p { color: rgb(195,74,38); }
H1.HeaderClassName
{
color: #C34A26;
}
.AnyTagClassName
{
color: #C34A26;
}
</style>
background-color css
<style>
a { background-color: #C34A26; }
a { background-color: rgb(195,74,38); }
div.DivClassName
{
background-color: #C34A26;
}
.BgClassName
{
background-color: #C34A26;
}
</style>
border-color css
<style>
span { border-color: #C34A26; }
span { border-color: rgb(195,74,38); }
td.TdClassName
{
border-color: #C34A26;
}
.TagClassName
{
border-color: #C34A26;
}
</style>