Shades of Trinidad #C84D1E
Tints of Trinidad #C84D1E
RGB
CMYK
RGB Variations
Color information
#C84D1E (or 0xC84D1E) is known color: Trinidad. HEX triplet: C8, 4D and 1E. RGB value is (200,77,30). Sum of RGB (Red+Green+Blue) = 200+77+30=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D1E is #37B2E1. Grayscale: #6C6C6C. Windows color (decimal): -3650274 or 1985992. OLE color: 1985992.
HSL color Cylindrical-coordinate representation of color #C84D1E: hue angle of 16.59º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C84D1E is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 30 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.22 |
| HSL | 16.59º | 0.74% | 0.45% | - |
| HSV(B) | 16.59º | 0.85% | 0.78% | - |
| XYZ | 26.71 | 17.68 | 3.23 | - |
| YUV | 108.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 30 | 0 | 0.62 | 0.85 | 0.22 | 16.59 | 0.74 | 0.45 |
| Hex | C8 | 4D | 1E | 0 | 3E | 55 | 16 | 11 | 4A | 2D |
| Octal | 310 | 115 | 36 | 0 | 76 | 125 | 26 | 21 | 112 | 55 |
| Binary | 11001000 | 1001101 | 11110 | 0 | 111110 | 1010101 | 10110 | 10001 | 1001010 | 101101 |
Color Harmonies of #C84D1E
Complementary color
Monochromatic Colors of #C84D1E
Black with #C84D1E
Text Example
Text Example
White with #C84D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D1E; }
p { color: rgb(200,77,30); }
H1.HeaderClassName
{
color: #C84D1E;
}
.AnyTagClassName
{
color: #C84D1E;
}
</style>
background-color css
<style>
a { background-color: #C84D1E; }
a { background-color: rgb(200,77,30); }
div.DivClassName
{
background-color: #C84D1E;
}
.BgClassName
{
background-color: #C84D1E;
}
</style>
border-color css
<style>
span { border-color: #C84D1E; }
span { border-color: rgb(200,77,30); }
td.TdClassName
{
border-color: #C84D1E;
}
.TagClassName
{
border-color: #C84D1E;
}
</style>