Shades of Trinidad #C34128
Tints of Trinidad #C34128
RGB
CMYK
RGB Variations
Color information
#C34128 (or 0xC34128) is known color: Trinidad. HEX triplet: C3, 41 and 28. RGB value is (195,65,40). Sum of RGB (Red+Green+Blue) = 195+65+40=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C34128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34128 is #3CBED7. Grayscale: #656565. Windows color (decimal): -3981016 or 2638275. OLE color: 2638275.
HSL color Cylindrical-coordinate representation of color #C34128: hue angle of 9.68º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C34128 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 40 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.24 |
| HSL | 9.68º | 0.66% | 0.46% | - |
| HSV(B) | 9.68º | 0.79% | 0.76% | - |
| XYZ | 24.78 | 15.54 | 3.7 | - |
| YUV | 101.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 40 | 0 | 0.67 | 0.79 | 0.24 | 9.68 | 0.66 | 0.46 |
| Hex | C3 | 41 | 28 | 0 | 43 | 4F | 18 | A | 42 | 2E |
| Octal | 303 | 101 | 50 | 0 | 103 | 117 | 30 | 12 | 102 | 56 |
| Binary | 11000011 | 1000001 | 101000 | 0 | 1000011 | 1001111 | 11000 | 1010 | 1000010 | 101110 |
Color Harmonies of #C34128
Complementary color
Monochromatic Colors of #C34128
Black with #C34128
Text Example
Text Example
White with #C34128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34128; }
p { color: rgb(195,65,40); }
H1.HeaderClassName
{
color: #C34128;
}
.AnyTagClassName
{
color: #C34128;
}
</style>
background-color css
<style>
a { background-color: #C34128; }
a { background-color: rgb(195,65,40); }
div.DivClassName
{
background-color: #C34128;
}
.BgClassName
{
background-color: #C34128;
}
</style>
border-color css
<style>
span { border-color: #C34128; }
span { border-color: rgb(195,65,40); }
td.TdClassName
{
border-color: #C34128;
}
.TagClassName
{
border-color: #C34128;
}
</style>