Shades of Trinidad #C94A33
Tints of Trinidad #C94A33
RGB
CMYK
RGB Variations
Color information
#C94A33 (or 0xC94A33) is known color: Trinidad. HEX triplet: C9, 4A and 33. RGB value is (201,74,51). Sum of RGB (Red+Green+Blue) = 201+74+51=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94A33 is #36B5CC. Grayscale: #6D6D6D. Windows color (decimal): -3585485 or 3361481. OLE color: 3361481.
HSL color Cylindrical-coordinate representation of color #C94A33: hue angle of 9.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 #C94A33 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 51 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.21 |
| HSL | 9.2º | 0.6% | 0.49% | - |
| HSV(B) | 9.2º | 0.75% | 0.79% | - |
| XYZ | 27.13 | 17.55 | 5.09 | - |
| YUV | 109.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 51 | 0 | 0.63 | 0.75 | 0.21 | 9.2 | 0.6 | 0.49 |
| Hex | C9 | 4A | 33 | 0 | 3F | 4B | 15 | 9 | 3C | 31 |
| Octal | 311 | 112 | 63 | 0 | 77 | 113 | 25 | 11 | 74 | 61 |
| Binary | 11001001 | 1001010 | 110011 | 0 | 111111 | 1001011 | 10101 | 1001 | 111100 | 110001 |
Color Harmonies of #C94A33
Complementary color
Monochromatic Colors of #C94A33
Black with #C94A33
Text Example
Text Example
White with #C94A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A33; }
p { color: rgb(201,74,51); }
H1.HeaderClassName
{
color: #C94A33;
}
.AnyTagClassName
{
color: #C94A33;
}
</style>
background-color css
<style>
a { background-color: #C94A33; }
a { background-color: rgb(201,74,51); }
div.DivClassName
{
background-color: #C94A33;
}
.BgClassName
{
background-color: #C94A33;
}
</style>
border-color css
<style>
span { border-color: #C94A33; }
span { border-color: rgb(201,74,51); }
td.TdClassName
{
border-color: #C94A33;
}
.TagClassName
{
border-color: #C94A33;
}
</style>