Shades of Trinidad #C94B36
Tints of Trinidad #C94B36
RGB
CMYK
RGB Variations
Color information
#C94B36 (or 0xC94B36) is known color: Trinidad. HEX triplet: C9, 4B and 36. RGB value is (201,75,54). Sum of RGB (Red+Green+Blue) = 201+75+54=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B36 is #36B4C9. Grayscale: #6E6E6E. Windows color (decimal): -3585226 or 3558345. OLE color: 3558345.
HSL color Cylindrical-coordinate representation of color #C94B36: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C94B36 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 54 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.21 |
| HSL | 8.57º | 0.58% | 0.5% | - |
| HSV(B) | 8.57º | 0.73% | 0.79% | - |
| XYZ | 27.27 | 17.72 | 5.47 | - |
| YUV | 110.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 54 | 0 | 0.63 | 0.73 | 0.21 | 8.57 | 0.58 | 0.5 |
| Hex | C9 | 4B | 36 | 0 | 3F | 49 | 15 | 9 | 3A | 32 |
| Octal | 311 | 113 | 66 | 0 | 77 | 111 | 25 | 11 | 72 | 62 |
| Binary | 11001001 | 1001011 | 110110 | 0 | 111111 | 1001001 | 10101 | 1001 | 111010 | 110010 |
Color Harmonies of #C94B36
Complementary color
Monochromatic Colors of #C94B36
Black with #C94B36
Text Example
Text Example
White with #C94B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B36; }
p { color: rgb(201,75,54); }
H1.HeaderClassName
{
color: #C94B36;
}
.AnyTagClassName
{
color: #C94B36;
}
</style>
background-color css
<style>
a { background-color: #C94B36; }
a { background-color: rgb(201,75,54); }
div.DivClassName
{
background-color: #C94B36;
}
.BgClassName
{
background-color: #C94B36;
}
</style>
border-color css
<style>
span { border-color: #C94B36; }
span { border-color: rgb(201,75,54); }
td.TdClassName
{
border-color: #C94B36;
}
.TagClassName
{
border-color: #C94B36;
}
</style>