Shades of Trinidad #C94D33
Tints of Trinidad #C94D33
RGB
CMYK
RGB Variations
Color information
#C94D33 (or 0xC94D33) is known color: Trinidad. HEX triplet: C9, 4D and 33. RGB value is (201,77,51). Sum of RGB (Red+Green+Blue) = 201+77+51=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D33 is #36B2CC. Grayscale: #6F6F6F. Windows color (decimal): -3584717 or 3362249. OLE color: 3362249.
HSL color Cylindrical-coordinate representation of color #C94D33: hue angle of 10.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C94D33 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 51 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.21 |
| HSL | 10.4º | 0.6% | 0.49% | - |
| HSV(B) | 10.4º | 0.75% | 0.79% | - |
| XYZ | 27.34 | 17.96 | 5.16 | - |
| YUV | 111.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 51 | 0 | 0.62 | 0.75 | 0.21 | 10.4 | 0.6 | 0.49 |
| Hex | C9 | 4D | 33 | 0 | 3E | 4B | 15 | A | 3C | 31 |
| Octal | 311 | 115 | 63 | 0 | 76 | 113 | 25 | 12 | 74 | 61 |
| Binary | 11001001 | 1001101 | 110011 | 0 | 111110 | 1001011 | 10101 | 1010 | 111100 | 110001 |
Color Harmonies of #C94D33
Complementary color
Monochromatic Colors of #C94D33
Black with #C94D33
Text Example
Text Example
White with #C94D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D33; }
p { color: rgb(201,77,51); }
H1.HeaderClassName
{
color: #C94D33;
}
.AnyTagClassName
{
color: #C94D33;
}
</style>
background-color css
<style>
a { background-color: #C94D33; }
a { background-color: rgb(201,77,51); }
div.DivClassName
{
background-color: #C94D33;
}
.BgClassName
{
background-color: #C94D33;
}
</style>
border-color css
<style>
span { border-color: #C94D33; }
span { border-color: rgb(201,77,51); }
td.TdClassName
{
border-color: #C94D33;
}
.TagClassName
{
border-color: #C94D33;
}
</style>