Shades of Trinidad #C94F33
Tints of Trinidad #C94F33
RGB
CMYK
RGB Variations
Color information
#C94F33 (or 0xC94F33) is known color: Trinidad. HEX triplet: C9, 4F and 33. RGB value is (201,79,51). Sum of RGB (Red+Green+Blue) = 201+79+51=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F33 is #36B0CC. Grayscale: #707070. Windows color (decimal): -3584205 or 3362761. OLE color: 3362761.
HSL color Cylindrical-coordinate representation of color #C94F33: hue angle of 11.2º 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 #C94F33 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 51 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.21 |
| HSL | 11.2º | 0.6% | 0.49% | - |
| HSV(B) | 11.2º | 0.75% | 0.79% | - |
| XYZ | 27.48 | 18.25 | 5.21 | - |
| YUV | 112.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 51 | 0 | 0.61 | 0.75 | 0.21 | 11.2 | 0.6 | 0.49 |
| Hex | C9 | 4F | 33 | 0 | 3D | 4B | 15 | B | 3C | 31 |
| Octal | 311 | 117 | 63 | 0 | 75 | 113 | 25 | 13 | 74 | 61 |
| Binary | 11001001 | 1001111 | 110011 | 0 | 111101 | 1001011 | 10101 | 1011 | 111100 | 110001 |
Color Harmonies of #C94F33
Complementary color
Monochromatic Colors of #C94F33
Black with #C94F33
Text Example
Text Example
White with #C94F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F33; }
p { color: rgb(201,79,51); }
H1.HeaderClassName
{
color: #C94F33;
}
.AnyTagClassName
{
color: #C94F33;
}
</style>
background-color css
<style>
a { background-color: #C94F33; }
a { background-color: rgb(201,79,51); }
div.DivClassName
{
background-color: #C94F33;
}
.BgClassName
{
background-color: #C94F33;
}
</style>
border-color css
<style>
span { border-color: #C94F33; }
span { border-color: rgb(201,79,51); }
td.TdClassName
{
border-color: #C94F33;
}
.TagClassName
{
border-color: #C94F33;
}
</style>