Shades of Trinidad #C94725
Tints of Trinidad #C94725
RGB
CMYK
RGB Variations
Color information
#C94725 (or 0xC94725) is known color: Trinidad. HEX triplet: C9, 47 and 25. RGB value is (201,71,37). Sum of RGB (Red+Green+Blue) = 201+71+37=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C94725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94725 is #36B8DA. Grayscale: #6A6A6A. Windows color (decimal): -3586267 or 2443209. OLE color: 2443209.
HSL color Cylindrical-coordinate representation of color #C94725: hue angle of 12.44º 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 #C94725 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 37 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.21 |
| HSL | 12.44º | 0.69% | 0.47% | - |
| HSV(B) | 12.44º | 0.82% | 0.79% | - |
| XYZ | 26.67 | 17.06 | 3.64 | - |
| YUV | 105.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 37 | 0 | 0.65 | 0.82 | 0.21 | 12.44 | 0.69 | 0.47 |
| Hex | C9 | 47 | 25 | 0 | 41 | 52 | 15 | C | 45 | 2F |
| Octal | 311 | 107 | 45 | 0 | 101 | 122 | 25 | 14 | 105 | 57 |
| Binary | 11001001 | 1000111 | 100101 | 0 | 1000001 | 1010010 | 10101 | 1100 | 1000101 | 101111 |
Color Harmonies of #C94725
Complementary color
Monochromatic Colors of #C94725
Black with #C94725
Text Example
Text Example
White with #C94725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94725; }
p { color: rgb(201,71,37); }
H1.HeaderClassName
{
color: #C94725;
}
.AnyTagClassName
{
color: #C94725;
}
</style>
background-color css
<style>
a { background-color: #C94725; }
a { background-color: rgb(201,71,37); }
div.DivClassName
{
background-color: #C94725;
}
.BgClassName
{
background-color: #C94725;
}
</style>
border-color css
<style>
span { border-color: #C94725; }
span { border-color: rgb(201,71,37); }
td.TdClassName
{
border-color: #C94725;
}
.TagClassName
{
border-color: #C94725;
}
</style>