Shades of Trinidad #C4501F
Tints of Trinidad #C4501F
RGB
CMYK
RGB Variations
Color information
#C4501F (or 0xC4501F) is known color: Trinidad. HEX triplet: C4, 50 and 1F. RGB value is (196,80,31). Sum of RGB (Red+Green+Blue) = 196+80+31=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4501F is #3BAFE0. Grayscale: #6D6D6D. Windows color (decimal): -3911649 or 2052292. OLE color: 2052292.
HSL color Cylindrical-coordinate representation of color #C4501F: hue angle of 17.82º degrees, saturation: 0.73, 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 #C4501F is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 31 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.23 |
| HSL | 17.82º | 0.73% | 0.45% | - |
| HSV(B) | 17.82º | 0.84% | 0.77% | - |
| XYZ | 25.88 | 17.57 | 3.32 | - |
| YUV | 109.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 31 | 0 | 0.59 | 0.84 | 0.23 | 17.82 | 0.73 | 0.45 |
| Hex | C4 | 50 | 1F | 0 | 3B | 54 | 17 | 12 | 49 | 2D |
| Octal | 304 | 120 | 37 | 0 | 73 | 124 | 27 | 22 | 111 | 55 |
| Binary | 11000100 | 1010000 | 11111 | 0 | 111011 | 1010100 | 10111 | 10010 | 1001001 | 101101 |
Color Harmonies of #C4501F
Complementary color
Monochromatic Colors of #C4501F
Black with #C4501F
Text Example
Text Example
White with #C4501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4501F; }
p { color: rgb(196,80,31); }
H1.HeaderClassName
{
color: #C4501F;
}
.AnyTagClassName
{
color: #C4501F;
}
</style>
background-color css
<style>
a { background-color: #C4501F; }
a { background-color: rgb(196,80,31); }
div.DivClassName
{
background-color: #C4501F;
}
.BgClassName
{
background-color: #C4501F;
}
</style>
border-color css
<style>
span { border-color: #C4501F; }
span { border-color: rgb(196,80,31); }
td.TdClassName
{
border-color: #C4501F;
}
.TagClassName
{
border-color: #C4501F;
}
</style>