Shades of Trinidad #C94D39
Tints of Trinidad #C94D39
RGB
CMYK
RGB Variations
Color information
#C94D39 (or 0xC94D39) is known color: Trinidad. HEX triplet: C9, 4D and 39. RGB value is (201,77,57). Sum of RGB (Red+Green+Blue) = 201+77+57=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D39 is #36B2C6. Grayscale: #6F6F6F. Windows color (decimal): -3584711 or 3755465. OLE color: 3755465.
HSL color Cylindrical-coordinate representation of color #C94D39: hue angle of 8.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94D39 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 57 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.21 |
| HSL | 8.33º | 0.57% | 0.51% | - |
| HSV(B) | 8.33º | 0.72% | 0.79% | - |
| XYZ | 27.48 | 18.02 | 5.9 | - |
| YUV | 111.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 57 | 0 | 0.62 | 0.72 | 0.21 | 8.33 | 0.57 | 0.51 |
| Hex | C9 | 4D | 39 | 0 | 3E | 48 | 15 | 8 | 39 | 33 |
| Octal | 311 | 115 | 71 | 0 | 76 | 110 | 25 | 10 | 71 | 63 |
| Binary | 11001001 | 1001101 | 111001 | 0 | 111110 | 1001000 | 10101 | 1000 | 111001 | 110011 |
Color Harmonies of #C94D39
Complementary color
Monochromatic Colors of #C94D39
Black with #C94D39
Text Example
Text Example
White with #C94D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D39; }
p { color: rgb(201,77,57); }
H1.HeaderClassName
{
color: #C94D39;
}
.AnyTagClassName
{
color: #C94D39;
}
</style>
background-color css
<style>
a { background-color: #C94D39; }
a { background-color: rgb(201,77,57); }
div.DivClassName
{
background-color: #C94D39;
}
.BgClassName
{
background-color: #C94D39;
}
</style>
border-color css
<style>
span { border-color: #C94D39; }
span { border-color: rgb(201,77,57); }
td.TdClassName
{
border-color: #C94D39;
}
.TagClassName
{
border-color: #C94D39;
}
</style>