Shades of Trinidad #C94E2E
Tints of Trinidad #C94E2E
RGB
CMYK
RGB Variations
Color information
#C94E2E (or 0xC94E2E) is known color: Trinidad. HEX triplet: C9, 4E and 2E. RGB value is (201,78,46). Sum of RGB (Red+Green+Blue) = 201+78+46=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94E2E is #36B1D1. Grayscale: #6F6F6F. Windows color (decimal): -3584466 or 3034825. OLE color: 3034825.
HSL color Cylindrical-coordinate representation of color #C94E2E: hue angle of 12.39º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C94E2E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 46 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.21 |
| HSL | 12.39º | 0.63% | 0.48% | - |
| HSV(B) | 12.39º | 0.77% | 0.79% | - |
| XYZ | 27.3 | 18.06 | 4.63 | - |
| YUV | 111.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 46 | 0 | 0.61 | 0.77 | 0.21 | 12.39 | 0.63 | 0.48 |
| Hex | C9 | 4E | 2E | 0 | 3D | 4D | 15 | C | 3F | 30 |
| Octal | 311 | 116 | 56 | 0 | 75 | 115 | 25 | 14 | 77 | 60 |
| Binary | 11001001 | 1001110 | 101110 | 0 | 111101 | 1001101 | 10101 | 1100 | 111111 | 110000 |
Color Harmonies of #C94E2E
Complementary color
Monochromatic Colors of #C94E2E
Black with #C94E2E
Text Example
Text Example
White with #C94E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E2E; }
p { color: rgb(201,78,46); }
H1.HeaderClassName
{
color: #C94E2E;
}
.AnyTagClassName
{
color: #C94E2E;
}
</style>
background-color css
<style>
a { background-color: #C94E2E; }
a { background-color: rgb(201,78,46); }
div.DivClassName
{
background-color: #C94E2E;
}
.BgClassName
{
background-color: #C94E2E;
}
</style>
border-color css
<style>
span { border-color: #C94E2E; }
span { border-color: rgb(201,78,46); }
td.TdClassName
{
border-color: #C94E2E;
}
.TagClassName
{
border-color: #C94E2E;
}
</style>