Shades of Trinidad #C34E1E
Tints of Trinidad #C34E1E
RGB
CMYK
RGB Variations
Color information
#C34E1E (or 0xC34E1E) is known color: Trinidad. HEX triplet: C3, 4E and 1E. RGB value is (195,78,30). Sum of RGB (Red+Green+Blue) = 195+78+30=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E1E is #3CB1E1. Grayscale: #6B6B6B. Windows color (decimal): -3977698 or 1986243. OLE color: 1986243.
HSL color Cylindrical-coordinate representation of color #C34E1E: hue angle of 17.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C34E1E is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 30 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.24 |
| HSL | 17.45º | 0.73% | 0.44% | - |
| HSV(B) | 17.45º | 0.85% | 0.76% | - |
| XYZ | 25.46 | 17.14 | 3.2 | - |
| YUV | 107.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 30 | 0 | 0.6 | 0.85 | 0.24 | 17.45 | 0.73 | 0.44 |
| Hex | C3 | 4E | 1E | 0 | 3C | 55 | 18 | 11 | 49 | 2C |
| Octal | 303 | 116 | 36 | 0 | 74 | 125 | 30 | 21 | 111 | 54 |
| Binary | 11000011 | 1001110 | 11110 | 0 | 111100 | 1010101 | 11000 | 10001 | 1001001 | 101100 |
Color Harmonies of #C34E1E
Complementary color
Monochromatic Colors of #C34E1E
Black with #C34E1E
Text Example
Text Example
White with #C34E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E1E; }
p { color: rgb(195,78,30); }
H1.HeaderClassName
{
color: #C34E1E;
}
.AnyTagClassName
{
color: #C34E1E;
}
</style>
background-color css
<style>
a { background-color: #C34E1E; }
a { background-color: rgb(195,78,30); }
div.DivClassName
{
background-color: #C34E1E;
}
.BgClassName
{
background-color: #C34E1E;
}
</style>
border-color css
<style>
span { border-color: #C34E1E; }
span { border-color: rgb(195,78,30); }
td.TdClassName
{
border-color: #C34E1E;
}
.TagClassName
{
border-color: #C34E1E;
}
</style>