Shades of Trinidad #C34D1F
Tints of Trinidad #C34D1F
RGB
CMYK
RGB Variations
Color information
#C34D1F (or 0xC34D1F) is known color: Trinidad. HEX triplet: C3, 4D and 1F. RGB value is (195,77,31). Sum of RGB (Red+Green+Blue) = 195+77+31=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D1F is #3CB2E0. Grayscale: #6B6B6B. Windows color (decimal): -3977953 or 2051523. OLE color: 2051523.
HSL color Cylindrical-coordinate representation of color #C34D1F: hue angle of 16.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C34D1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.24 |
| HSL | 16.83º | 0.73% | 0.44% | - |
| HSV(B) | 16.83º | 0.84% | 0.76% | - |
| XYZ | 25.41 | 17.01 | 3.24 | - |
| YUV | 107.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 31 | 0 | 0.61 | 0.84 | 0.24 | 16.83 | 0.73 | 0.44 |
| Hex | C3 | 4D | 1F | 0 | 3D | 54 | 18 | 11 | 49 | 2C |
| Octal | 303 | 115 | 37 | 0 | 75 | 124 | 30 | 21 | 111 | 54 |
| Binary | 11000011 | 1001101 | 11111 | 0 | 111101 | 1010100 | 11000 | 10001 | 1001001 | 101100 |
Color Harmonies of #C34D1F
Complementary color
Monochromatic Colors of #C34D1F
Black with #C34D1F
Text Example
Text Example
White with #C34D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D1F; }
p { color: rgb(195,77,31); }
H1.HeaderClassName
{
color: #C34D1F;
}
.AnyTagClassName
{
color: #C34D1F;
}
</style>
background-color css
<style>
a { background-color: #C34D1F; }
a { background-color: rgb(195,77,31); }
div.DivClassName
{
background-color: #C34D1F;
}
.BgClassName
{
background-color: #C34D1F;
}
</style>
border-color css
<style>
span { border-color: #C34D1F; }
span { border-color: rgb(195,77,31); }
td.TdClassName
{
border-color: #C34D1F;
}
.TagClassName
{
border-color: #C34D1F;
}
</style>