Shades of Trinidad #C94B27
Tints of Trinidad #C94B27
RGB
CMYK
RGB Variations
Color information
#C94B27 (or 0xC94B27) is known color: Trinidad. HEX triplet: C9, 4B and 27. RGB value is (201,75,39). Sum of RGB (Red+Green+Blue) = 201+75+39=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B27 is #36B4D8. Grayscale: #6C6C6C. Windows color (decimal): -3585241 or 2575305. OLE color: 2575305.
HSL color Cylindrical-coordinate representation of color #C94B27: hue angle of 13.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C94B27 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 39 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.21 |
| HSL | 13.33º | 0.68% | 0.47% | - |
| HSV(B) | 13.33º | 0.81% | 0.79% | - |
| XYZ | 26.97 | 17.6 | 3.89 | - |
| YUV | 108.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 39 | 0 | 0.63 | 0.81 | 0.21 | 13.33 | 0.68 | 0.47 |
| Hex | C9 | 4B | 27 | 0 | 3F | 51 | 15 | D | 44 | 2F |
| Octal | 311 | 113 | 47 | 0 | 77 | 121 | 25 | 15 | 104 | 57 |
| Binary | 11001001 | 1001011 | 100111 | 0 | 111111 | 1010001 | 10101 | 1101 | 1000100 | 101111 |
Color Harmonies of #C94B27
Complementary color
Monochromatic Colors of #C94B27
Black with #C94B27
Text Example
Text Example
White with #C94B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B27; }
p { color: rgb(201,75,39); }
H1.HeaderClassName
{
color: #C94B27;
}
.AnyTagClassName
{
color: #C94B27;
}
</style>
background-color css
<style>
a { background-color: #C94B27; }
a { background-color: rgb(201,75,39); }
div.DivClassName
{
background-color: #C94B27;
}
.BgClassName
{
background-color: #C94B27;
}
</style>
border-color css
<style>
span { border-color: #C94B27; }
span { border-color: rgb(201,75,39); }
td.TdClassName
{
border-color: #C94B27;
}
.TagClassName
{
border-color: #C94B27;
}
</style>