Shades of Trinidad #C94A25
Tints of Trinidad #C94A25
RGB
CMYK
RGB Variations
Color information
#C94A25 (or 0xC94A25) is known color: Trinidad. HEX triplet: C9, 4A and 25. RGB value is (201,74,37). Sum of RGB (Red+Green+Blue) = 201+74+37=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94A25 is #36B5DA. Grayscale: #6C6C6C. Windows color (decimal): -3585499 or 2443977. OLE color: 2443977.
HSL color Cylindrical-coordinate representation of color #C94A25: hue angle of 13.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C94A25 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 37 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.21 |
| HSL | 13.54º | 0.69% | 0.47% | - |
| HSV(B) | 13.54º | 0.82% | 0.79% | - |
| XYZ | 26.87 | 17.45 | 3.7 | - |
| YUV | 107.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 37 | 0 | 0.63 | 0.82 | 0.21 | 13.54 | 0.69 | 0.47 |
| Hex | C9 | 4A | 25 | 0 | 3F | 52 | 15 | E | 45 | 2F |
| Octal | 311 | 112 | 45 | 0 | 77 | 122 | 25 | 16 | 105 | 57 |
| Binary | 11001001 | 1001010 | 100101 | 0 | 111111 | 1010010 | 10101 | 1110 | 1000101 | 101111 |
Color Harmonies of #C94A25
Complementary color
Monochromatic Colors of #C94A25
Black with #C94A25
Text Example
Text Example
White with #C94A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A25; }
p { color: rgb(201,74,37); }
H1.HeaderClassName
{
color: #C94A25;
}
.AnyTagClassName
{
color: #C94A25;
}
</style>
background-color css
<style>
a { background-color: #C94A25; }
a { background-color: rgb(201,74,37); }
div.DivClassName
{
background-color: #C94A25;
}
.BgClassName
{
background-color: #C94A25;
}
</style>
border-color css
<style>
span { border-color: #C94A25; }
span { border-color: rgb(201,74,37); }
td.TdClassName
{
border-color: #C94A25;
}
.TagClassName
{
border-color: #C94A25;
}
</style>