Shades of Trinidad #C44F36
Tints of Trinidad #C44F36
RGB
CMYK
RGB Variations
Color information
#C44F36 (or 0xC44F36) is known color: Trinidad. HEX triplet: C4, 4F and 36. RGB value is (196,79,54). Sum of RGB (Red+Green+Blue) = 196+79+54=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F36 is #3BB0C9. Grayscale: #6F6F6F. Windows color (decimal): -3911882 or 3559364. OLE color: 3559364.
HSL color Cylindrical-coordinate representation of color #C44F36: hue angle of 10.56º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C44F36 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 54 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.23 |
| HSL | 10.56º | 0.57% | 0.49% | - |
| HSV(B) | 10.56º | 0.72% | 0.77% | - |
| XYZ | 26.23 | 17.59 | 5.5 | - |
| YUV | 111.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 54 | 0 | 0.60 | 0.72 | 0.23 | 10.56 | 0.57 | 0.49 |
| Hex | C4 | 4F | 36 | 0 | 3C | 48 | 17 | B | 39 | 31 |
| Octal | 304 | 117 | 66 | 0 | 74 | 110 | 27 | 13 | 71 | 61 |
| Binary | 11000100 | 1001111 | 110110 | 0 | 111100 | 1001000 | 10111 | 1011 | 111001 | 110001 |
Color Harmonies of #C44F36
Complementary color
Monochromatic Colors of #C44F36
Black with #C44F36
Text Example
Text Example
White with #C44F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F36; }
p { color: rgb(196,79,54); }
H1.HeaderClassName
{
color: #C44F36;
}
.AnyTagClassName
{
color: #C44F36;
}
</style>
background-color css
<style>
a { background-color: #C44F36; }
a { background-color: rgb(196,79,54); }
div.DivClassName
{
background-color: #C44F36;
}
.BgClassName
{
background-color: #C44F36;
}
</style>
border-color css
<style>
span { border-color: #C44F36; }
span { border-color: rgb(196,79,54); }
td.TdClassName
{
border-color: #C44F36;
}
.TagClassName
{
border-color: #C44F36;
}
</style>