Shades of Trinidad #C74B32
Tints of Trinidad #C74B32
RGB
CMYK
RGB Variations
Color information
#C74B32 (or 0xC74B32) is known color: Trinidad. HEX triplet: C7, 4B and 32. RGB value is (199,75,50). Sum of RGB (Red+Green+Blue) = 199+75+50=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B32 is #38B4CD. Grayscale: #6D6D6D. Windows color (decimal): -3716302 or 3296199. OLE color: 3296199.
HSL color Cylindrical-coordinate representation of color #C74B32: hue angle of 10.07º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74B32 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 50 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.22 |
| HSL | 10.07º | 0.6% | 0.49% | - |
| HSV(B) | 10.07º | 0.75% | 0.78% | - |
| XYZ | 26.64 | 17.4 | 4.97 | - |
| YUV | 109.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 50 | 0 | 0.62 | 0.75 | 0.22 | 10.07 | 0.6 | 0.49 |
| Hex | C7 | 4B | 32 | 0 | 3E | 4B | 16 | A | 3C | 31 |
| Octal | 307 | 113 | 62 | 0 | 76 | 113 | 26 | 12 | 74 | 61 |
| Binary | 11000111 | 1001011 | 110010 | 0 | 111110 | 1001011 | 10110 | 1010 | 111100 | 110001 |
Color Harmonies of #C74B32
Complementary color
Monochromatic Colors of #C74B32
Black with #C74B32
Text Example
Text Example
White with #C74B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B32; }
p { color: rgb(199,75,50); }
H1.HeaderClassName
{
color: #C74B32;
}
.AnyTagClassName
{
color: #C74B32;
}
</style>
background-color css
<style>
a { background-color: #C74B32; }
a { background-color: rgb(199,75,50); }
div.DivClassName
{
background-color: #C74B32;
}
.BgClassName
{
background-color: #C74B32;
}
</style>
border-color css
<style>
span { border-color: #C74B32; }
span { border-color: rgb(199,75,50); }
td.TdClassName
{
border-color: #C74B32;
}
.TagClassName
{
border-color: #C74B32;
}
</style>