Shades of Trinidad #C7422B
Tints of Trinidad #C7422B
RGB
CMYK
RGB Variations
Color information
#C7422B (or 0xC7422B) is known color: Trinidad. HEX triplet: C7, 42 and 2B. RGB value is (199,66,43). Sum of RGB (Red+Green+Blue) = 199+66+43=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7422B is #38BDD4. Grayscale: #676767. Windows color (decimal): -3718613 or 2835143. OLE color: 2835143.
HSL color Cylindrical-coordinate representation of color #C7422B: hue angle of 8.85º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7422B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 43 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.22 |
| HSL | 8.85º | 0.64% | 0.47% | - |
| HSV(B) | 8.85º | 0.78% | 0.78% | - |
| XYZ | 25.94 | 16.21 | 4.05 | - |
| YUV | 103.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 43 | 0 | 0.67 | 0.78 | 0.22 | 8.85 | 0.64 | 0.47 |
| Hex | C7 | 42 | 2B | 0 | 43 | 4E | 16 | 9 | 40 | 2F |
| Octal | 307 | 102 | 53 | 0 | 103 | 116 | 26 | 11 | 100 | 57 |
| Binary | 11000111 | 1000010 | 101011 | 0 | 1000011 | 1001110 | 10110 | 1001 | 1000000 | 101111 |
Color Harmonies of #C7422B
Complementary color
Monochromatic Colors of #C7422B
Black with #C7422B
Text Example
Text Example
White with #C7422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7422B; }
p { color: rgb(199,66,43); }
H1.HeaderClassName
{
color: #C7422B;
}
.AnyTagClassName
{
color: #C7422B;
}
</style>
background-color css
<style>
a { background-color: #C7422B; }
a { background-color: rgb(199,66,43); }
div.DivClassName
{
background-color: #C7422B;
}
.BgClassName
{
background-color: #C7422B;
}
</style>
border-color css
<style>
span { border-color: #C7422B; }
span { border-color: rgb(199,66,43); }
td.TdClassName
{
border-color: #C7422B;
}
.TagClassName
{
border-color: #C7422B;
}
</style>