Shades of Trinidad #C7501C
Tints of Trinidad #C7501C
RGB
CMYK
RGB Variations
Color information
#C7501C (or 0xC7501C) is known color: Trinidad. HEX triplet: C7, 50 and 1C. RGB value is (199,80,28). Sum of RGB (Red+Green+Blue) = 199+80+28=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7501C is #38AFE3. Grayscale: #6D6D6D. Windows color (decimal): -3715044 or 1855687. OLE color: 1855687.
HSL color Cylindrical-coordinate representation of color #C7501C: hue angle of 18.25º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7501C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.22 |
| HSL | 18.25º | 0.75% | 0.45% | - |
| HSV(B) | 18.25º | 0.86% | 0.78% | - |
| XYZ | 26.63 | 17.96 | 3.16 | - |
| YUV | 109.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 28 | 0 | 0.60 | 0.86 | 0.22 | 18.25 | 0.75 | 0.45 |
| Hex | C7 | 50 | 1C | 0 | 3C | 56 | 16 | 12 | 4B | 2D |
| Octal | 307 | 120 | 34 | 0 | 74 | 126 | 26 | 22 | 113 | 55 |
| Binary | 11000111 | 1010000 | 11100 | 0 | 111100 | 1010110 | 10110 | 10010 | 1001011 | 101101 |
Color Harmonies of #C7501C
Complementary color
Monochromatic Colors of #C7501C
Black with #C7501C
Text Example
Text Example
White with #C7501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7501C; }
p { color: rgb(199,80,28); }
H1.HeaderClassName
{
color: #C7501C;
}
.AnyTagClassName
{
color: #C7501C;
}
</style>
background-color css
<style>
a { background-color: #C7501C; }
a { background-color: rgb(199,80,28); }
div.DivClassName
{
background-color: #C7501C;
}
.BgClassName
{
background-color: #C7501C;
}
</style>
border-color css
<style>
span { border-color: #C7501C; }
span { border-color: rgb(199,80,28); }
td.TdClassName
{
border-color: #C7501C;
}
.TagClassName
{
border-color: #C7501C;
}
</style>