Shades of Trinidad #C94225
Tints of Trinidad #C94225
RGB
CMYK
RGB Variations
Color information
#C94225 (or 0xC94225) is known color: Trinidad. HEX triplet: C9, 42 and 25. RGB value is (201,66,37). Sum of RGB (Red+Green+Blue) = 201+66+37=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C94225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94225 is #36BDDA. Grayscale: #676767. Windows color (decimal): -3587547 or 2441929. OLE color: 2441929.
HSL color Cylindrical-coordinate representation of color #C94225: hue angle of 10.61º 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 #C94225 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 37 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.21 |
| HSL | 10.61º | 0.69% | 0.47% | - |
| HSV(B) | 10.61º | 0.82% | 0.79% | - |
| XYZ | 26.37 | 16.45 | 3.54 | - |
| YUV | 103.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 37 | 0 | 0.67 | 0.82 | 0.21 | 10.61 | 0.69 | 0.47 |
| Hex | C9 | 42 | 25 | 0 | 43 | 52 | 15 | B | 45 | 2F |
| Octal | 311 | 102 | 45 | 0 | 103 | 122 | 25 | 13 | 105 | 57 |
| Binary | 11001001 | 1000010 | 100101 | 0 | 1000011 | 1010010 | 10101 | 1011 | 1000101 | 101111 |
Color Harmonies of #C94225
Complementary color
Monochromatic Colors of #C94225
Black with #C94225
Text Example
Text Example
White with #C94225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94225; }
p { color: rgb(201,66,37); }
H1.HeaderClassName
{
color: #C94225;
}
.AnyTagClassName
{
color: #C94225;
}
</style>
background-color css
<style>
a { background-color: #C94225; }
a { background-color: rgb(201,66,37); }
div.DivClassName
{
background-color: #C94225;
}
.BgClassName
{
background-color: #C94225;
}
</style>
border-color css
<style>
span { border-color: #C94225; }
span { border-color: rgb(201,66,37); }
td.TdClassName
{
border-color: #C94225;
}
.TagClassName
{
border-color: #C94225;
}
</style>