Shades of Trinidad #C8442B
Tints of Trinidad #C8442B
RGB
CMYK
RGB Variations
Color information
#C8442B (or 0xC8442B) is known color: Trinidad. HEX triplet: C8, 44 and 2B. RGB value is (200,68,43). Sum of RGB (Red+Green+Blue) = 200+68+43=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8442B is #37BBD4. Grayscale: #686868. Windows color (decimal): -3652565 or 2835656. OLE color: 2835656.
HSL color Cylindrical-coordinate representation of color #C8442B: hue angle of 9.55º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8442B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 43 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.22 |
| HSL | 9.55º | 0.65% | 0.48% | - |
| HSV(B) | 9.55º | 0.79% | 0.78% | - |
| XYZ | 26.32 | 16.59 | 4.1 | - |
| YUV | 104.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 43 | 0 | 0.66 | 0.78 | 0.22 | 9.55 | 0.65 | 0.48 |
| Hex | C8 | 44 | 2B | 0 | 42 | 4E | 16 | A | 41 | 30 |
| Octal | 310 | 104 | 53 | 0 | 102 | 116 | 26 | 12 | 101 | 60 |
| Binary | 11001000 | 1000100 | 101011 | 0 | 1000010 | 1001110 | 10110 | 1010 | 1000001 | 110000 |
Color Harmonies of #C8442B
Complementary color
Monochromatic Colors of #C8442B
Black with #C8442B
Text Example
Text Example
White with #C8442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8442B; }
p { color: rgb(200,68,43); }
H1.HeaderClassName
{
color: #C8442B;
}
.AnyTagClassName
{
color: #C8442B;
}
</style>
background-color css
<style>
a { background-color: #C8442B; }
a { background-color: rgb(200,68,43); }
div.DivClassName
{
background-color: #C8442B;
}
.BgClassName
{
background-color: #C8442B;
}
</style>
border-color css
<style>
span { border-color: #C8442B; }
span { border-color: rgb(200,68,43); }
td.TdClassName
{
border-color: #C8442B;
}
.TagClassName
{
border-color: #C8442B;
}
</style>