Shades of Trinidad #C84B29
Tints of Trinidad #C84B29
RGB
CMYK
RGB Variations
Color information
#C84B29 (or 0xC84B29) is known color: Trinidad. HEX triplet: C8, 4B and 29. RGB value is (200,75,41). Sum of RGB (Red+Green+Blue) = 200+75+41=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B29 is #37B4D6. Grayscale: #6C6C6C. Windows color (decimal): -3650775 or 2706376. OLE color: 2706376.
HSL color Cylindrical-coordinate representation of color #C84B29: hue angle of 12.83º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84B29 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 41 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.22 |
| HSL | 12.83º | 0.66% | 0.47% | - |
| HSV(B) | 12.83º | 0.8% | 0.78% | - |
| XYZ | 26.74 | 17.47 | 4.06 | - |
| YUV | 108.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 41 | 0 | 0.62 | 0.80 | 0.22 | 12.83 | 0.66 | 0.47 |
| Hex | C8 | 4B | 29 | 0 | 3E | 50 | 16 | D | 42 | 2F |
| Octal | 310 | 113 | 51 | 0 | 76 | 120 | 26 | 15 | 102 | 57 |
| Binary | 11001000 | 1001011 | 101001 | 0 | 111110 | 1010000 | 10110 | 1101 | 1000010 | 101111 |
Color Harmonies of #C84B29
Complementary color
Monochromatic Colors of #C84B29
Black with #C84B29
Text Example
Text Example
White with #C84B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B29; }
p { color: rgb(200,75,41); }
H1.HeaderClassName
{
color: #C84B29;
}
.AnyTagClassName
{
color: #C84B29;
}
</style>
background-color css
<style>
a { background-color: #C84B29; }
a { background-color: rgb(200,75,41); }
div.DivClassName
{
background-color: #C84B29;
}
.BgClassName
{
background-color: #C84B29;
}
</style>
border-color css
<style>
span { border-color: #C84B29; }
span { border-color: rgb(200,75,41); }
td.TdClassName
{
border-color: #C84B29;
}
.TagClassName
{
border-color: #C84B29;
}
</style>