Shades of Trinidad #C3502F
Tints of Trinidad #C3502F
RGB
CMYK
RGB Variations
Color information
#C3502F (or 0xC3502F) is known color: Trinidad. HEX triplet: C3, 50 and 2F. RGB value is (195,80,47). Sum of RGB (Red+Green+Blue) = 195+80+47=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3502F is #3CAFD0. Grayscale: #6E6E6E. Windows color (decimal): -3977169 or 3100867. OLE color: 3100867.
HSL color Cylindrical-coordinate representation of color #C3502F: hue angle of 13.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3502F is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 47 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.24 |
| HSL | 13.38º | 0.61% | 0.47% | - |
| HSV(B) | 13.38º | 0.76% | 0.76% | - |
| XYZ | 25.89 | 17.54 | 4.71 | - |
| YUV | 110.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 47 | 0 | 0.59 | 0.76 | 0.24 | 13.38 | 0.61 | 0.47 |
| Hex | C3 | 50 | 2F | 0 | 3B | 4C | 18 | D | 3D | 2F |
| Octal | 303 | 120 | 57 | 0 | 73 | 114 | 30 | 15 | 75 | 57 |
| Binary | 11000011 | 1010000 | 101111 | 0 | 111011 | 1001100 | 11000 | 1101 | 111101 | 101111 |
Color Harmonies of #C3502F
Complementary color
Monochromatic Colors of #C3502F
Black with #C3502F
Text Example
Text Example
White with #C3502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3502F; }
p { color: rgb(195,80,47); }
H1.HeaderClassName
{
color: #C3502F;
}
.AnyTagClassName
{
color: #C3502F;
}
</style>
background-color css
<style>
a { background-color: #C3502F; }
a { background-color: rgb(195,80,47); }
div.DivClassName
{
background-color: #C3502F;
}
.BgClassName
{
background-color: #C3502F;
}
</style>
border-color css
<style>
span { border-color: #C3502F; }
span { border-color: rgb(195,80,47); }
td.TdClassName
{
border-color: #C3502F;
}
.TagClassName
{
border-color: #C3502F;
}
</style>