Shades of Trinidad #C84A2C
Tints of Trinidad #C84A2C
RGB
CMYK
RGB Variations
Color information
#C84A2C (or 0xC84A2C) is known color: Trinidad. HEX triplet: C8, 4A and 2C. RGB value is (200,74,44). Sum of RGB (Red+Green+Blue) = 200+74+44=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A2C is #37B5D3. Grayscale: #6C6C6C. Windows color (decimal): -3651028 or 2902728. OLE color: 2902728.
HSL color Cylindrical-coordinate representation of color #C84A2C: hue angle of 11.54º degrees, saturation: 0.64, 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 #C84A2C is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 44 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.22 |
| HSL | 11.54º | 0.64% | 0.48% | - |
| HSV(B) | 11.54º | 0.78% | 0.78% | - |
| XYZ | 26.72 | 17.36 | 4.33 | - |
| YUV | 108.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 44 | 0 | 0.63 | 0.78 | 0.22 | 11.54 | 0.64 | 0.48 |
| Hex | C8 | 4A | 2C | 0 | 3F | 4E | 16 | C | 40 | 30 |
| Octal | 310 | 112 | 54 | 0 | 77 | 116 | 26 | 14 | 100 | 60 |
| Binary | 11001000 | 1001010 | 101100 | 0 | 111111 | 1001110 | 10110 | 1100 | 1000000 | 110000 |
Color Harmonies of #C84A2C
Complementary color
Monochromatic Colors of #C84A2C
Black with #C84A2C
Text Example
Text Example
White with #C84A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A2C; }
p { color: rgb(200,74,44); }
H1.HeaderClassName
{
color: #C84A2C;
}
.AnyTagClassName
{
color: #C84A2C;
}
</style>
background-color css
<style>
a { background-color: #C84A2C; }
a { background-color: rgb(200,74,44); }
div.DivClassName
{
background-color: #C84A2C;
}
.BgClassName
{
background-color: #C84A2C;
}
</style>
border-color css
<style>
span { border-color: #C84A2C; }
span { border-color: rgb(200,74,44); }
td.TdClassName
{
border-color: #C84A2C;
}
.TagClassName
{
border-color: #C84A2C;
}
</style>