Shades of Trinidad #C44C26
Tints of Trinidad #C44C26
RGB
CMYK
RGB Variations
Color information
#C44C26 (or 0xC44C26) is known color: Trinidad. HEX triplet: C4, 4C and 26. RGB value is (196,76,38). Sum of RGB (Red+Green+Blue) = 196+76+38=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C26 is #3BB3D9. Grayscale: #6B6B6B. Windows color (decimal): -3912666 or 2510020. OLE color: 2510020.
HSL color Cylindrical-coordinate representation of color #C44C26: hue angle of 14.43º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C44C26 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 38 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.23 |
| HSL | 14.43º | 0.68% | 0.46% | - |
| HSV(B) | 14.43º | 0.81% | 0.77% | - |
| XYZ | 25.7 | 17.04 | 3.77 | - |
| YUV | 107.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 38 | 0 | 0.61 | 0.81 | 0.23 | 14.43 | 0.68 | 0.46 |
| Hex | C4 | 4C | 26 | 0 | 3D | 51 | 17 | E | 44 | 2E |
| Octal | 304 | 114 | 46 | 0 | 75 | 121 | 27 | 16 | 104 | 56 |
| Binary | 11000100 | 1001100 | 100110 | 0 | 111101 | 1010001 | 10111 | 1110 | 1000100 | 101110 |
Color Harmonies of #C44C26
Complementary color
Monochromatic Colors of #C44C26
Black with #C44C26
Text Example
Text Example
White with #C44C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C26; }
p { color: rgb(196,76,38); }
H1.HeaderClassName
{
color: #C44C26;
}
.AnyTagClassName
{
color: #C44C26;
}
</style>
background-color css
<style>
a { background-color: #C44C26; }
a { background-color: rgb(196,76,38); }
div.DivClassName
{
background-color: #C44C26;
}
.BgClassName
{
background-color: #C44C26;
}
</style>
border-color css
<style>
span { border-color: #C44C26; }
span { border-color: rgb(196,76,38); }
td.TdClassName
{
border-color: #C44C26;
}
.TagClassName
{
border-color: #C44C26;
}
</style>