Shades of Trinidad #C74028
Tints of Trinidad #C74028
RGB
CMYK
RGB Variations
Color information
#C74028 (or 0xC74028) is known color: Trinidad. HEX triplet: C7, 40 and 28. RGB value is (199,64,40). Sum of RGB (Red+Green+Blue) = 199+64+40=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C74028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74028 is #38BFD7. Grayscale: #656565. Windows color (decimal): -3719128 or 2638023. OLE color: 2638023.
HSL color Cylindrical-coordinate representation of color #C74028: hue angle of 9.06º 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 #C74028 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 40 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.22 |
| HSL | 9.06º | 0.67% | 0.47% | - |
| HSV(B) | 9.06º | 0.8% | 0.78% | - |
| XYZ | 25.77 | 15.96 | 3.73 | - |
| YUV | 101.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 40 | 0 | 0.68 | 0.80 | 0.22 | 9.06 | 0.67 | 0.47 |
| Hex | C7 | 40 | 28 | 0 | 44 | 50 | 16 | 9 | 43 | 2F |
| Octal | 307 | 100 | 50 | 0 | 104 | 120 | 26 | 11 | 103 | 57 |
| Binary | 11000111 | 1000000 | 101000 | 0 | 1000100 | 1010000 | 10110 | 1001 | 1000011 | 101111 |
Color Harmonies of #C74028
Complementary color
Monochromatic Colors of #C74028
Black with #C74028
Text Example
Text Example
White with #C74028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74028; }
p { color: rgb(199,64,40); }
H1.HeaderClassName
{
color: #C74028;
}
.AnyTagClassName
{
color: #C74028;
}
</style>
background-color css
<style>
a { background-color: #C74028; }
a { background-color: rgb(199,64,40); }
div.DivClassName
{
background-color: #C74028;
}
.BgClassName
{
background-color: #C74028;
}
</style>
border-color css
<style>
span { border-color: #C74028; }
span { border-color: rgb(199,64,40); }
td.TdClassName
{
border-color: #C74028;
}
.TagClassName
{
border-color: #C74028;
}
</style>