Shades of Trinidad #C94B26
Tints of Trinidad #C94B26
RGB
CMYK
RGB Variations
Color information
#C94B26 (or 0xC94B26) is known color: Trinidad. HEX triplet: C9, 4B and 26. RGB value is (201,75,38). Sum of RGB (Red+Green+Blue) = 201+75+38=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B26 is #36B4D9. Grayscale: #6C6C6C. Windows color (decimal): -3585242 or 2509769. OLE color: 2509769.
HSL color Cylindrical-coordinate representation of color #C94B26: hue angle of 13.62º 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 #C94B26 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 38 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.21 |
| HSL | 13.62º | 0.68% | 0.47% | - |
| HSV(B) | 13.62º | 0.81% | 0.79% | - |
| XYZ | 26.95 | 17.59 | 3.81 | - |
| YUV | 108.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 38 | 0 | 0.63 | 0.81 | 0.21 | 13.62 | 0.68 | 0.47 |
| Hex | C9 | 4B | 26 | 0 | 3F | 51 | 15 | E | 44 | 2F |
| Octal | 311 | 113 | 46 | 0 | 77 | 121 | 25 | 16 | 104 | 57 |
| Binary | 11001001 | 1001011 | 100110 | 0 | 111111 | 1010001 | 10101 | 1110 | 1000100 | 101111 |
Color Harmonies of #C94B26
Complementary color
Monochromatic Colors of #C94B26
Black with #C94B26
Text Example
Text Example
White with #C94B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B26; }
p { color: rgb(201,75,38); }
H1.HeaderClassName
{
color: #C94B26;
}
.AnyTagClassName
{
color: #C94B26;
}
</style>
background-color css
<style>
a { background-color: #C94B26; }
a { background-color: rgb(201,75,38); }
div.DivClassName
{
background-color: #C94B26;
}
.BgClassName
{
background-color: #C94B26;
}
</style>
border-color css
<style>
span { border-color: #C94B26; }
span { border-color: rgb(201,75,38); }
td.TdClassName
{
border-color: #C94B26;
}
.TagClassName
{
border-color: #C94B26;
}
</style>