Shades of Trinidad #C84621
Tints of Trinidad #C84621
RGB
CMYK
RGB Variations
Color information
#C84621 (or 0xC84621) is known color: Trinidad. HEX triplet: C8, 46 and 21. RGB value is (200,70,33). Sum of RGB (Red+Green+Blue) = 200+70+33=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C84621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84621 is #37B9DE. Grayscale: #686868. Windows color (decimal): -3652063 or 2180808. OLE color: 2180808.
HSL color Cylindrical-coordinate representation of color #C84621: hue angle of 13.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C84621 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 33 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.22 |
| HSL | 13.29º | 0.72% | 0.46% | - |
| HSV(B) | 13.29º | 0.84% | 0.78% | - |
| XYZ | 26.28 | 16.77 | 3.29 | - |
| YUV | 104.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 33 | 0 | 0.65 | 0.84 | 0.22 | 13.29 | 0.72 | 0.46 |
| Hex | C8 | 46 | 21 | 0 | 41 | 54 | 16 | D | 48 | 2E |
| Octal | 310 | 106 | 41 | 0 | 101 | 124 | 26 | 15 | 110 | 56 |
| Binary | 11001000 | 1000110 | 100001 | 0 | 1000001 | 1010100 | 10110 | 1101 | 1001000 | 101110 |
Color Harmonies of #C84621
Complementary color
Monochromatic Colors of #C84621
Black with #C84621
Text Example
Text Example
White with #C84621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84621; }
p { color: rgb(200,70,33); }
H1.HeaderClassName
{
color: #C84621;
}
.AnyTagClassName
{
color: #C84621;
}
</style>
background-color css
<style>
a { background-color: #C84621; }
a { background-color: rgb(200,70,33); }
div.DivClassName
{
background-color: #C84621;
}
.BgClassName
{
background-color: #C84621;
}
</style>
border-color css
<style>
span { border-color: #C84621; }
span { border-color: rgb(200,70,33); }
td.TdClassName
{
border-color: #C84621;
}
.TagClassName
{
border-color: #C84621;
}
</style>