Shades of Trinidad #C74627
Tints of Trinidad #C74627
RGB
CMYK
RGB Variations
Color information
#C74627 (or 0xC74627) is known color: Trinidad. HEX triplet: C7, 46 and 27. RGB value is (199,70,39). Sum of RGB (Red+Green+Blue) = 199+70+39=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C74627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74627 is #38B9D8. Grayscale: #696969. Windows color (decimal): -3717593 or 2574023. OLE color: 2574023.
HSL color Cylindrical-coordinate representation of color #C74627: hue angle of 11.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C74627 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 39 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.22 |
| HSL | 11.63º | 0.67% | 0.47% | - |
| HSV(B) | 11.63º | 0.8% | 0.78% | - |
| XYZ | 26.11 | 16.67 | 3.76 | - |
| YUV | 105.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 39 | 0 | 0.65 | 0.80 | 0.22 | 11.63 | 0.67 | 0.47 |
| Hex | C7 | 46 | 27 | 0 | 41 | 50 | 16 | C | 43 | 2F |
| Octal | 307 | 106 | 47 | 0 | 101 | 120 | 26 | 14 | 103 | 57 |
| Binary | 11000111 | 1000110 | 100111 | 0 | 1000001 | 1010000 | 10110 | 1100 | 1000011 | 101111 |
Color Harmonies of #C74627
Complementary color
Monochromatic Colors of #C74627
Black with #C74627
Text Example
Text Example
White with #C74627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74627; }
p { color: rgb(199,70,39); }
H1.HeaderClassName
{
color: #C74627;
}
.AnyTagClassName
{
color: #C74627;
}
</style>
background-color css
<style>
a { background-color: #C74627; }
a { background-color: rgb(199,70,39); }
div.DivClassName
{
background-color: #C74627;
}
.BgClassName
{
background-color: #C74627;
}
</style>
border-color css
<style>
span { border-color: #C74627; }
span { border-color: rgb(199,70,39); }
td.TdClassName
{
border-color: #C74627;
}
.TagClassName
{
border-color: #C74627;
}
</style>