Shades of Trinidad #C94F21
Tints of Trinidad #C94F21
RGB
CMYK
RGB Variations
Color information
#C94F21 (or 0xC94F21) is known color: Trinidad. HEX triplet: C9, 4F and 21. RGB value is (201,79,33). Sum of RGB (Red+Green+Blue) = 201+79+33=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F21 is #36B0DE. Grayscale: #6E6E6E. Windows color (decimal): -3584223 or 2183113. OLE color: 2183113.
HSL color Cylindrical-coordinate representation of color #C94F21: hue angle of 16.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C94F21 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 33 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.21 |
| HSL | 16.43º | 0.72% | 0.46% | - |
| HSV(B) | 16.43º | 0.84% | 0.79% | - |
| XYZ | 27.16 | 18.12 | 3.5 | - |
| YUV | 110.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 33 | 0 | 0.61 | 0.84 | 0.21 | 16.43 | 0.72 | 0.46 |
| Hex | C9 | 4F | 21 | 0 | 3D | 54 | 15 | 10 | 48 | 2E |
| Octal | 311 | 117 | 41 | 0 | 75 | 124 | 25 | 20 | 110 | 56 |
| Binary | 11001001 | 1001111 | 100001 | 0 | 111101 | 1010100 | 10101 | 10000 | 1001000 | 101110 |
Color Harmonies of #C94F21
Complementary color
Monochromatic Colors of #C94F21
Black with #C94F21
Text Example
Text Example
White with #C94F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F21; }
p { color: rgb(201,79,33); }
H1.HeaderClassName
{
color: #C94F21;
}
.AnyTagClassName
{
color: #C94F21;
}
</style>
background-color css
<style>
a { background-color: #C94F21; }
a { background-color: rgb(201,79,33); }
div.DivClassName
{
background-color: #C94F21;
}
.BgClassName
{
background-color: #C94F21;
}
</style>
border-color css
<style>
span { border-color: #C94F21; }
span { border-color: rgb(201,79,33); }
td.TdClassName
{
border-color: #C94F21;
}
.TagClassName
{
border-color: #C94F21;
}
</style>