Shades of Trinidad #C74525
Tints of Trinidad #C74525
RGB
CMYK
RGB Variations
Color information
#C74525 (or 0xC74525) is known color: Trinidad. HEX triplet: C7, 45 and 25. RGB value is (199,69,37). Sum of RGB (Red+Green+Blue) = 199+69+37=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C74525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74525 is #38BADA. Grayscale: #686868. Windows color (decimal): -3717851 or 2442695. OLE color: 2442695.
HSL color Cylindrical-coordinate representation of color #C74525: hue angle of 11.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C74525 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 37 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.22 |
| HSL | 11.85º | 0.69% | 0.46% | - |
| HSV(B) | 11.85º | 0.81% | 0.78% | - |
| XYZ | 26.02 | 16.53 | 3.57 | - |
| YUV | 104.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 37 | 0 | 0.65 | 0.81 | 0.22 | 11.85 | 0.69 | 0.46 |
| Hex | C7 | 45 | 25 | 0 | 41 | 51 | 16 | C | 45 | 2E |
| Octal | 307 | 105 | 45 | 0 | 101 | 121 | 26 | 14 | 105 | 56 |
| Binary | 11000111 | 1000101 | 100101 | 0 | 1000001 | 1010001 | 10110 | 1100 | 1000101 | 101110 |
Color Harmonies of #C74525
Complementary color
Monochromatic Colors of #C74525
Black with #C74525
Text Example
Text Example
White with #C74525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74525; }
p { color: rgb(199,69,37); }
H1.HeaderClassName
{
color: #C74525;
}
.AnyTagClassName
{
color: #C74525;
}
</style>
background-color css
<style>
a { background-color: #C74525; }
a { background-color: rgb(199,69,37); }
div.DivClassName
{
background-color: #C74525;
}
.BgClassName
{
background-color: #C74525;
}
</style>
border-color css
<style>
span { border-color: #C74525; }
span { border-color: rgb(199,69,37); }
td.TdClassName
{
border-color: #C74525;
}
.TagClassName
{
border-color: #C74525;
}
</style>