Shades of Trinidad #C44720
Tints of Trinidad #C44720
RGB
CMYK
RGB Variations
Color information
#C44720 (or 0xC44720) is known color: Trinidad. HEX triplet: C4, 47 and 20. RGB value is (196,71,32). Sum of RGB (Red+Green+Blue) = 196+71+32=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C44720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44720 is #3BB8DF. Grayscale: #686868. Windows color (decimal): -3913952 or 2115524. OLE color: 2115524.
HSL color Cylindrical-coordinate representation of color #C44720: hue angle of 14.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C44720 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 32 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.23 |
| HSL | 14.27º | 0.72% | 0.45% | - |
| HSV(B) | 14.27º | 0.84% | 0.77% | - |
| XYZ | 25.28 | 16.35 | 3.19 | - |
| YUV | 103.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 32 | 0 | 0.64 | 0.84 | 0.23 | 14.27 | 0.72 | 0.45 |
| Hex | C4 | 47 | 20 | 0 | 40 | 54 | 17 | E | 48 | 2D |
| Octal | 304 | 107 | 40 | 0 | 100 | 124 | 27 | 16 | 110 | 55 |
| Binary | 11000100 | 1000111 | 100000 | 0 | 1000000 | 1010100 | 10111 | 1110 | 1001000 | 101101 |
Color Harmonies of #C44720
Complementary color
Monochromatic Colors of #C44720
Black with #C44720
Text Example
Text Example
White with #C44720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44720; }
p { color: rgb(196,71,32); }
H1.HeaderClassName
{
color: #C44720;
}
.AnyTagClassName
{
color: #C44720;
}
</style>
background-color css
<style>
a { background-color: #C44720; }
a { background-color: rgb(196,71,32); }
div.DivClassName
{
background-color: #C44720;
}
.BgClassName
{
background-color: #C44720;
}
</style>
border-color css
<style>
span { border-color: #C44720; }
span { border-color: rgb(196,71,32); }
td.TdClassName
{
border-color: #C44720;
}
.TagClassName
{
border-color: #C44720;
}
</style>