Shades of Trinidad #C74630
Tints of Trinidad #C74630
RGB
CMYK
RGB Variations
Color information
#C74630 (or 0xC74630) is known color: Trinidad. HEX triplet: C7, 46 and 30. RGB value is (199,70,48). Sum of RGB (Red+Green+Blue) = 199+70+48=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74630 is #38B9CF. Grayscale: #6A6A6A. Windows color (decimal): -3717584 or 3163847. OLE color: 3163847.
HSL color Cylindrical-coordinate representation of color #C74630: hue angle of 8.74º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C74630 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 48 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.22 |
| HSL | 8.74º | 0.61% | 0.48% | - |
| HSV(B) | 8.74º | 0.76% | 0.78% | - |
| XYZ | 26.28 | 16.74 | 4.64 | - |
| YUV | 106.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 48 | 0 | 0.65 | 0.76 | 0.22 | 8.74 | 0.61 | 0.48 |
| Hex | C7 | 46 | 30 | 0 | 41 | 4C | 16 | 9 | 3D | 30 |
| Octal | 307 | 106 | 60 | 0 | 101 | 114 | 26 | 11 | 75 | 60 |
| Binary | 11000111 | 1000110 | 110000 | 0 | 1000001 | 1001100 | 10110 | 1001 | 111101 | 110000 |
Color Harmonies of #C74630
Complementary color
Monochromatic Colors of #C74630
Black with #C74630
Text Example
Text Example
White with #C74630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74630; }
p { color: rgb(199,70,48); }
H1.HeaderClassName
{
color: #C74630;
}
.AnyTagClassName
{
color: #C74630;
}
</style>
background-color css
<style>
a { background-color: #C74630; }
a { background-color: rgb(199,70,48); }
div.DivClassName
{
background-color: #C74630;
}
.BgClassName
{
background-color: #C74630;
}
</style>
border-color css
<style>
span { border-color: #C74630; }
span { border-color: rgb(199,70,48); }
td.TdClassName
{
border-color: #C74630;
}
.TagClassName
{
border-color: #C74630;
}
</style>