Shades of Trinidad #C94025
Tints of Trinidad #C94025
RGB
CMYK
RGB Variations
Color information
#C94025 (or 0xC94025) is known color: Trinidad. HEX triplet: C9, 40 and 25. RGB value is (201,64,37). Sum of RGB (Red+Green+Blue) = 201+64+37=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C94025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94025 is #36BFDA. Grayscale: #666666. Windows color (decimal): -3588059 or 2441417. OLE color: 2441417.
HSL color Cylindrical-coordinate representation of color #C94025: hue angle of 9.88º 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 #C94025 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 37 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.21 |
| HSL | 9.88º | 0.69% | 0.47% | - |
| HSV(B) | 9.88º | 0.82% | 0.79% | - |
| XYZ | 26.25 | 16.22 | 3.5 | - |
| YUV | 101.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 37 | 0 | 0.68 | 0.82 | 0.21 | 9.88 | 0.69 | 0.47 |
| Hex | C9 | 40 | 25 | 0 | 44 | 52 | 15 | A | 45 | 2F |
| Octal | 311 | 100 | 45 | 0 | 104 | 122 | 25 | 12 | 105 | 57 |
| Binary | 11001001 | 1000000 | 100101 | 0 | 1000100 | 1010010 | 10101 | 1010 | 1000101 | 101111 |
Color Harmonies of #C94025
Complementary color
Monochromatic Colors of #C94025
Black with #C94025
Text Example
Text Example
White with #C94025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94025; }
p { color: rgb(201,64,37); }
H1.HeaderClassName
{
color: #C94025;
}
.AnyTagClassName
{
color: #C94025;
}
</style>
background-color css
<style>
a { background-color: #C94025; }
a { background-color: rgb(201,64,37); }
div.DivClassName
{
background-color: #C94025;
}
.BgClassName
{
background-color: #C94025;
}
</style>
border-color css
<style>
span { border-color: #C94025; }
span { border-color: rgb(201,64,37); }
td.TdClassName
{
border-color: #C94025;
}
.TagClassName
{
border-color: #C94025;
}
</style>