Shades of Trinidad #C84A2B
Tints of Trinidad #C84A2B
RGB
CMYK
RGB Variations
Color information
#C84A2B (or 0xC84A2B) is known color: Trinidad. HEX triplet: C8, 4A and 2B. RGB value is (200,74,43). Sum of RGB (Red+Green+Blue) = 200+74+43=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A2B is #37B5D4. Grayscale: #6C6C6C. Windows color (decimal): -3651029 or 2837192. OLE color: 2837192.
HSL color Cylindrical-coordinate representation of color #C84A2B: hue angle of 11.85º 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 #C84A2B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 43 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.22 |
| HSL | 11.85º | 0.65% | 0.48% | - |
| HSV(B) | 11.85º | 0.79% | 0.78% | - |
| XYZ | 26.7 | 17.35 | 4.23 | - |
| YUV | 108.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 43 | 0 | 0.63 | 0.78 | 0.22 | 11.85 | 0.65 | 0.48 |
| Hex | C8 | 4A | 2B | 0 | 3F | 4E | 16 | C | 41 | 30 |
| Octal | 310 | 112 | 53 | 0 | 77 | 116 | 26 | 14 | 101 | 60 |
| Binary | 11001000 | 1001010 | 101011 | 0 | 111111 | 1001110 | 10110 | 1100 | 1000001 | 110000 |
Color Harmonies of #C84A2B
Complementary color
Monochromatic Colors of #C84A2B
Black with #C84A2B
Text Example
Text Example
White with #C84A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A2B; }
p { color: rgb(200,74,43); }
H1.HeaderClassName
{
color: #C84A2B;
}
.AnyTagClassName
{
color: #C84A2B;
}
</style>
background-color css
<style>
a { background-color: #C84A2B; }
a { background-color: rgb(200,74,43); }
div.DivClassName
{
background-color: #C84A2B;
}
.BgClassName
{
background-color: #C84A2B;
}
</style>
border-color css
<style>
span { border-color: #C84A2B; }
span { border-color: rgb(200,74,43); }
td.TdClassName
{
border-color: #C84A2B;
}
.TagClassName
{
border-color: #C84A2B;
}
</style>