Shades of Trinidad #C84521
Tints of Trinidad #C84521
RGB
CMYK
RGB Variations
Color information
#C84521 (or 0xC84521) is known color: Trinidad. HEX triplet: C8, 45 and 21. RGB value is (200,69,33). Sum of RGB (Red+Green+Blue) = 200+69+33=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C84521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84521 is #37BADE. Grayscale: #686868. Windows color (decimal): -3652319 or 2180552. OLE color: 2180552.
HSL color Cylindrical-coordinate representation of color #C84521: hue angle of 12.93º 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 #C84521 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 33 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 12.93º | 0.72% | 0.46% | - |
| HSV(B) | 12.93º | 0.84% | 0.78% | - |
| XYZ | 26.22 | 16.65 | 3.27 | - |
| YUV | 104.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 33 | 0 | 0.66 | 0.84 | 0.22 | 12.93 | 0.72 | 0.46 |
| Hex | C8 | 45 | 21 | 0 | 42 | 54 | 16 | D | 48 | 2E |
| Octal | 310 | 105 | 41 | 0 | 102 | 124 | 26 | 15 | 110 | 56 |
| Binary | 11001000 | 1000101 | 100001 | 0 | 1000010 | 1010100 | 10110 | 1101 | 1001000 | 101110 |
Color Harmonies of #C84521
Complementary color
Monochromatic Colors of #C84521
Black with #C84521
Text Example
Text Example
White with #C84521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84521; }
p { color: rgb(200,69,33); }
H1.HeaderClassName
{
color: #C84521;
}
.AnyTagClassName
{
color: #C84521;
}
</style>
background-color css
<style>
a { background-color: #C84521; }
a { background-color: rgb(200,69,33); }
div.DivClassName
{
background-color: #C84521;
}
.BgClassName
{
background-color: #C84521;
}
</style>
border-color css
<style>
span { border-color: #C84521; }
span { border-color: rgb(200,69,33); }
td.TdClassName
{
border-color: #C84521;
}
.TagClassName
{
border-color: #C84521;
}
</style>