Shades of Trinidad #C84B2C
Tints of Trinidad #C84B2C
RGB
CMYK
RGB Variations
Color information
#C84B2C (or 0xC84B2C) is known color: Trinidad. HEX triplet: C8, 4B and 2C. RGB value is (200,75,44). Sum of RGB (Red+Green+Blue) = 200+75+44=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B2C is #37B4D3. Grayscale: #6D6D6D. Windows color (decimal): -3650772 or 2902984. OLE color: 2902984.
HSL color Cylindrical-coordinate representation of color #C84B2C: hue angle of 11.92º 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 #C84B2C is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 44 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.22 |
| HSL | 11.92º | 0.64% | 0.48% | - |
| HSV(B) | 11.92º | 0.78% | 0.78% | - |
| XYZ | 26.79 | 17.49 | 4.35 | - |
| YUV | 108.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 44 | 0 | 0.62 | 0.78 | 0.22 | 11.92 | 0.64 | 0.48 |
| Hex | C8 | 4B | 2C | 0 | 3E | 4E | 16 | C | 40 | 30 |
| Octal | 310 | 113 | 54 | 0 | 76 | 116 | 26 | 14 | 100 | 60 |
| Binary | 11001000 | 1001011 | 101100 | 0 | 111110 | 1001110 | 10110 | 1100 | 1000000 | 110000 |
Color Harmonies of #C84B2C
Complementary color
Monochromatic Colors of #C84B2C
Black with #C84B2C
Text Example
Text Example
White with #C84B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B2C; }
p { color: rgb(200,75,44); }
H1.HeaderClassName
{
color: #C84B2C;
}
.AnyTagClassName
{
color: #C84B2C;
}
</style>
background-color css
<style>
a { background-color: #C84B2C; }
a { background-color: rgb(200,75,44); }
div.DivClassName
{
background-color: #C84B2C;
}
.BgClassName
{
background-color: #C84B2C;
}
</style>
border-color css
<style>
span { border-color: #C84B2C; }
span { border-color: rgb(200,75,44); }
td.TdClassName
{
border-color: #C84B2C;
}
.TagClassName
{
border-color: #C84B2C;
}
</style>