Shades of Trinidad #C44325
Tints of Trinidad #C44325
RGB
CMYK
RGB Variations
Color information
#C44325 (or 0xC44325) is known color: Trinidad. HEX triplet: C4, 43 and 25. RGB value is (196,67,37). Sum of RGB (Red+Green+Blue) = 196+67+37=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C44325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44325 is #3BBCDA. Grayscale: #666666. Windows color (decimal): -3914971 or 2442180. OLE color: 2442180.
HSL color Cylindrical-coordinate representation of color #C44325: hue angle of 11.32º 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 #C44325 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 37 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.23 |
| HSL | 11.32º | 0.68% | 0.46% | - |
| HSV(B) | 11.32º | 0.81% | 0.77% | - |
| XYZ | 25.11 | 15.88 | 3.49 | - |
| YUV | 102.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 37 | 0 | 0.66 | 0.81 | 0.23 | 11.32 | 0.68 | 0.46 |
| Hex | C4 | 43 | 25 | 0 | 42 | 51 | 17 | B | 44 | 2E |
| Octal | 304 | 103 | 45 | 0 | 102 | 121 | 27 | 13 | 104 | 56 |
| Binary | 11000100 | 1000011 | 100101 | 0 | 1000010 | 1010001 | 10111 | 1011 | 1000100 | 101110 |
Color Harmonies of #C44325
Complementary color
Monochromatic Colors of #C44325
Black with #C44325
Text Example
Text Example
White with #C44325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44325; }
p { color: rgb(196,67,37); }
H1.HeaderClassName
{
color: #C44325;
}
.AnyTagClassName
{
color: #C44325;
}
</style>
background-color css
<style>
a { background-color: #C44325; }
a { background-color: rgb(196,67,37); }
div.DivClassName
{
background-color: #C44325;
}
.BgClassName
{
background-color: #C44325;
}
</style>
border-color css
<style>
span { border-color: #C44325; }
span { border-color: rgb(196,67,37); }
td.TdClassName
{
border-color: #C44325;
}
.TagClassName
{
border-color: #C44325;
}
</style>