Shades of Trinidad #C9501F
Tints of Trinidad #C9501F
RGB
CMYK
RGB Variations
Color information
#C9501F (or 0xC9501F) is known color: Trinidad. HEX triplet: C9, 50 and 1F. RGB value is (201,80,31). Sum of RGB (Red+Green+Blue) = 201+80+31=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9501F is #36AFE0. Grayscale: #6E6E6E. Windows color (decimal): -3583969 or 2052297. OLE color: 2052297.
HSL color Cylindrical-coordinate representation of color #C9501F: hue angle of 17.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9501F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 31 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.21 |
| HSL | 17.29º | 0.73% | 0.45% | - |
| HSV(B) | 17.29º | 0.85% | 0.79% | - |
| XYZ | 27.2 | 18.25 | 3.39 | - |
| YUV | 110.59 | 83.09 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 31 | 0 | 0.60 | 0.85 | 0.21 | 17.29 | 0.73 | 0.45 |
| Hex | C9 | 50 | 1F | 0 | 3C | 55 | 15 | 11 | 49 | 2D |
| Octal | 311 | 120 | 37 | 0 | 74 | 125 | 25 | 21 | 111 | 55 |
| Binary | 11001001 | 1010000 | 11111 | 0 | 111100 | 1010101 | 10101 | 10001 | 1001001 | 101101 |
Color Harmonies of #C9501F
Complementary color
Monochromatic Colors of #C9501F
Black with #C9501F
Text Example
Text Example
White with #C9501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9501F; }
p { color: rgb(201,80,31); }
H1.HeaderClassName
{
color: #C9501F;
}
.AnyTagClassName
{
color: #C9501F;
}
</style>
background-color css
<style>
a { background-color: #C9501F; }
a { background-color: rgb(201,80,31); }
div.DivClassName
{
background-color: #C9501F;
}
.BgClassName
{
background-color: #C9501F;
}
</style>
border-color css
<style>
span { border-color: #C9501F; }
span { border-color: rgb(201,80,31); }
td.TdClassName
{
border-color: #C9501F;
}
.TagClassName
{
border-color: #C9501F;
}
</style>