Shades of Trinidad #C34C1E
Tints of Trinidad #C34C1E
RGB
CMYK
RGB Variations
Color information
#C34C1E (or 0xC34C1E) is known color: Trinidad. HEX triplet: C3, 4C and 1E. RGB value is (195,76,30). Sum of RGB (Red+Green+Blue) = 195+76+30=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C1E is #3CB3E1. Grayscale: #6A6A6A. Windows color (decimal): -3978210 or 1985731. OLE color: 1985731.
HSL color Cylindrical-coordinate representation of color #C34C1E: hue angle of 16.73º 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 #C34C1E is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 30 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.24 |
| HSL | 16.73º | 0.73% | 0.44% | - |
| HSV(B) | 16.73º | 0.85% | 0.76% | - |
| XYZ | 25.32 | 16.86 | 3.15 | - |
| YUV | 106.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 30 | 0 | 0.61 | 0.85 | 0.24 | 16.73 | 0.73 | 0.44 |
| Hex | C3 | 4C | 1E | 0 | 3D | 55 | 18 | 11 | 49 | 2C |
| Octal | 303 | 114 | 36 | 0 | 75 | 125 | 30 | 21 | 111 | 54 |
| Binary | 11000011 | 1001100 | 11110 | 0 | 111101 | 1010101 | 11000 | 10001 | 1001001 | 101100 |
Color Harmonies of #C34C1E
Complementary color
Monochromatic Colors of #C34C1E
Black with #C34C1E
Text Example
Text Example
White with #C34C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C1E; }
p { color: rgb(195,76,30); }
H1.HeaderClassName
{
color: #C34C1E;
}
.AnyTagClassName
{
color: #C34C1E;
}
</style>
background-color css
<style>
a { background-color: #C34C1E; }
a { background-color: rgb(195,76,30); }
div.DivClassName
{
background-color: #C34C1E;
}
.BgClassName
{
background-color: #C34C1E;
}
</style>
border-color css
<style>
span { border-color: #C34C1E; }
span { border-color: rgb(195,76,30); }
td.TdClassName
{
border-color: #C34C1E;
}
.TagClassName
{
border-color: #C34C1E;
}
</style>