Shades of Trinidad #C44A25
Tints of Trinidad #C44A25
RGB
CMYK
RGB Variations
Color information
#C44A25 (or 0xC44A25) is known color: Trinidad. HEX triplet: C4, 4A and 25. RGB value is (196,74,37). Sum of RGB (Red+Green+Blue) = 196+74+37=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A25 is #3BB5DA. Grayscale: #6A6A6A. Windows color (decimal): -3913179 or 2443972. OLE color: 2443972.
HSL color Cylindrical-coordinate representation of color #C44A25: hue angle of 13.96º 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 #C44A25 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 37 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.23 |
| HSL | 13.96º | 0.68% | 0.46% | - |
| HSV(B) | 13.96º | 0.81% | 0.77% | - |
| XYZ | 25.55 | 16.77 | 3.64 | - |
| YUV | 106.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 37 | 0 | 0.62 | 0.81 | 0.23 | 13.96 | 0.68 | 0.46 |
| Hex | C4 | 4A | 25 | 0 | 3E | 51 | 17 | E | 44 | 2E |
| Octal | 304 | 112 | 45 | 0 | 76 | 121 | 27 | 16 | 104 | 56 |
| Binary | 11000100 | 1001010 | 100101 | 0 | 111110 | 1010001 | 10111 | 1110 | 1000100 | 101110 |
Color Harmonies of #C44A25
Complementary color
Monochromatic Colors of #C44A25
Black with #C44A25
Text Example
Text Example
White with #C44A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A25; }
p { color: rgb(196,74,37); }
H1.HeaderClassName
{
color: #C44A25;
}
.AnyTagClassName
{
color: #C44A25;
}
</style>
background-color css
<style>
a { background-color: #C44A25; }
a { background-color: rgb(196,74,37); }
div.DivClassName
{
background-color: #C44A25;
}
.BgClassName
{
background-color: #C44A25;
}
</style>
border-color css
<style>
span { border-color: #C44A25; }
span { border-color: rgb(196,74,37); }
td.TdClassName
{
border-color: #C44A25;
}
.TagClassName
{
border-color: #C44A25;
}
</style>