Shades of Trinidad #C44029
Tints of Trinidad #C44029
RGB
CMYK
RGB Variations
Color information
#C44029 (or 0xC44029) is known color: Trinidad. HEX triplet: C4, 40 and 29. RGB value is (196,64,41). Sum of RGB (Red+Green+Blue) = 196+64+41=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C44029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44029 is #3BBFD6. Grayscale: #656565. Windows color (decimal): -3915735 or 2703556. OLE color: 2703556.
HSL color Cylindrical-coordinate representation of color #C44029: hue angle of 8.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C44029 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 41 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.23 |
| HSL | 8.9º | 0.65% | 0.46% | - |
| HSV(B) | 8.9º | 0.79% | 0.77% | - |
| XYZ | 25 | 15.56 | 3.78 | - |
| YUV | 100.85 | 94.23 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 41 | 0 | 0.67 | 0.79 | 0.23 | 8.9 | 0.65 | 0.46 |
| Hex | C4 | 40 | 29 | 0 | 43 | 4F | 17 | 9 | 41 | 2E |
| Octal | 304 | 100 | 51 | 0 | 103 | 117 | 27 | 11 | 101 | 56 |
| Binary | 11000100 | 1000000 | 101001 | 0 | 1000011 | 1001111 | 10111 | 1001 | 1000001 | 101110 |
Color Harmonies of #C44029
Complementary color
Monochromatic Colors of #C44029
Black with #C44029
Text Example
Text Example
White with #C44029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44029; }
p { color: rgb(196,64,41); }
H1.HeaderClassName
{
color: #C44029;
}
.AnyTagClassName
{
color: #C44029;
}
</style>
background-color css
<style>
a { background-color: #C44029; }
a { background-color: rgb(196,64,41); }
div.DivClassName
{
background-color: #C44029;
}
.BgClassName
{
background-color: #C44029;
}
</style>
border-color css
<style>
span { border-color: #C44029; }
span { border-color: rgb(196,64,41); }
td.TdClassName
{
border-color: #C44029;
}
.TagClassName
{
border-color: #C44029;
}
</style>