Shades of Trinidad #C94532
Tints of Trinidad #C94532
RGB
CMYK
RGB Variations
Color information
#C94532 (or 0xC94532) is known color: Trinidad. HEX triplet: C9, 45 and 32. RGB value is (201,69,50). Sum of RGB (Red+Green+Blue) = 201+69+50=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C94532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94532 is #36BACD. Grayscale: #6A6A6A. Windows color (decimal): -3586766 or 3294665. OLE color: 3294665.
HSL color Cylindrical-coordinate representation of color #C94532: hue angle of 7.55º 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 #C94532 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 50 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.21 |
| HSL | 7.55º | 0.6% | 0.49% | - |
| HSV(B) | 7.55º | 0.75% | 0.79% | - |
| XYZ | 26.79 | 16.9 | 4.87 | - |
| YUV | 106.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 50 | 0 | 0.66 | 0.75 | 0.21 | 7.55 | 0.6 | 0.49 |
| Hex | C9 | 45 | 32 | 0 | 42 | 4B | 15 | 8 | 3C | 31 |
| Octal | 311 | 105 | 62 | 0 | 102 | 113 | 25 | 10 | 74 | 61 |
| Binary | 11001001 | 1000101 | 110010 | 0 | 1000010 | 1001011 | 10101 | 1000 | 111100 | 110001 |
Color Harmonies of #C94532
Complementary color
Monochromatic Colors of #C94532
Black with #C94532
Text Example
Text Example
White with #C94532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94532; }
p { color: rgb(201,69,50); }
H1.HeaderClassName
{
color: #C94532;
}
.AnyTagClassName
{
color: #C94532;
}
</style>
background-color css
<style>
a { background-color: #C94532; }
a { background-color: rgb(201,69,50); }
div.DivClassName
{
background-color: #C94532;
}
.BgClassName
{
background-color: #C94532;
}
</style>
border-color css
<style>
span { border-color: #C94532; }
span { border-color: rgb(201,69,50); }
td.TdClassName
{
border-color: #C94532;
}
.TagClassName
{
border-color: #C94532;
}
</style>