Shades of Trinidad #C84C2D
Tints of Trinidad #C84C2D
RGB
CMYK
RGB Variations
Color information
#C84C2D (or 0xC84C2D) is known color: Trinidad. HEX triplet: C8, 4C and 2D. RGB value is (200,76,45). Sum of RGB (Red+Green+Blue) = 200+76+45=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C2D is #37B3D2. Grayscale: #6D6D6D. Windows color (decimal): -3650515 or 2968776. OLE color: 2968776.
HSL color Cylindrical-coordinate representation of color #C84C2D: hue angle of 12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C84C2D is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 45 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.22 |
| HSL | 12º | 0.63% | 0.48% | - |
| HSV(B) | 12º | 0.78% | 0.78% | - |
| XYZ | 26.88 | 17.64 | 4.47 | - |
| YUV | 109.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 45 | 0 | 0.62 | 0.78 | 0.22 | 12 | 0.63 | 0.48 |
| Hex | C8 | 4C | 2D | 0 | 3E | 4E | 16 | C | 3F | 30 |
| Octal | 310 | 114 | 55 | 0 | 76 | 116 | 26 | 14 | 77 | 60 |
| Binary | 11001000 | 1001100 | 101101 | 0 | 111110 | 1001110 | 10110 | 1100 | 111111 | 110000 |
Color Harmonies of #C84C2D
Complementary color
Monochromatic Colors of #C84C2D
Black with #C84C2D
Text Example
Text Example
White with #C84C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C2D; }
p { color: rgb(200,76,45); }
H1.HeaderClassName
{
color: #C84C2D;
}
.AnyTagClassName
{
color: #C84C2D;
}
</style>
background-color css
<style>
a { background-color: #C84C2D; }
a { background-color: rgb(200,76,45); }
div.DivClassName
{
background-color: #C84C2D;
}
.BgClassName
{
background-color: #C84C2D;
}
</style>
border-color css
<style>
span { border-color: #C84C2D; }
span { border-color: rgb(200,76,45); }
td.TdClassName
{
border-color: #C84C2D;
}
.TagClassName
{
border-color: #C84C2D;
}
</style>