Shades of Trinidad #C3511D
Tints of Trinidad #C3511D
RGB
CMYK
RGB Variations
Color information
#C3511D (or 0xC3511D) is known color: Trinidad. HEX triplet: C3, 51 and 1D. RGB value is (195,81,29). Sum of RGB (Red+Green+Blue) = 195+81+29=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3511D is #3CAEE2. Grayscale: #6D6D6D. Windows color (decimal): -3976931 or 1921475. OLE color: 1921475.
HSL color Cylindrical-coordinate representation of color #C3511D: hue angle of 18.8º degrees, saturation: 0.74, 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 #C3511D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.24 |
| HSL | 18.8º | 0.74% | 0.44% | - |
| HSV(B) | 18.8º | 0.85% | 0.76% | - |
| XYZ | 25.67 | 17.58 | 3.2 | - |
| YUV | 109.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 29 | 0 | 0.58 | 0.85 | 0.24 | 18.8 | 0.74 | 0.44 |
| Hex | C3 | 51 | 1D | 0 | 3A | 55 | 18 | 13 | 4A | 2C |
| Octal | 303 | 121 | 35 | 0 | 72 | 125 | 30 | 23 | 112 | 54 |
| Binary | 11000011 | 1010001 | 11101 | 0 | 111010 | 1010101 | 11000 | 10011 | 1001010 | 101100 |
Color Harmonies of #C3511D
Complementary color
Monochromatic Colors of #C3511D
Black with #C3511D
Text Example
Text Example
White with #C3511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3511D; }
p { color: rgb(195,81,29); }
H1.HeaderClassName
{
color: #C3511D;
}
.AnyTagClassName
{
color: #C3511D;
}
</style>
background-color css
<style>
a { background-color: #C3511D; }
a { background-color: rgb(195,81,29); }
div.DivClassName
{
background-color: #C3511D;
}
.BgClassName
{
background-color: #C3511D;
}
</style>
border-color css
<style>
span { border-color: #C3511D; }
span { border-color: rgb(195,81,29); }
td.TdClassName
{
border-color: #C3511D;
}
.TagClassName
{
border-color: #C3511D;
}
</style>