Shades of Trinidad #C84D34
Tints of Trinidad #C84D34
RGB
CMYK
RGB Variations
Color information
#C84D34 (or 0xC84D34) is known color: Trinidad. HEX triplet: C8, 4D and 34. RGB value is (200,77,52). Sum of RGB (Red+Green+Blue) = 200+77+52=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D34 is #37B2CB. Grayscale: #6F6F6F. Windows color (decimal): -3650252 or 3427784. OLE color: 3427784.
HSL color Cylindrical-coordinate representation of color #C84D34: hue angle of 10.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84D34 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 52 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.22 |
| HSL | 10.14º | 0.59% | 0.49% | - |
| HSV(B) | 10.14º | 0.74% | 0.78% | - |
| XYZ | 27.09 | 17.84 | 5.26 | - |
| YUV | 110.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 52 | 0 | 0.62 | 0.74 | 0.22 | 10.14 | 0.59 | 0.49 |
| Hex | C8 | 4D | 34 | 0 | 3E | 4A | 16 | A | 3B | 31 |
| Octal | 310 | 115 | 64 | 0 | 76 | 112 | 26 | 12 | 73 | 61 |
| Binary | 11001000 | 1001101 | 110100 | 0 | 111110 | 1001010 | 10110 | 1010 | 111011 | 110001 |
Color Harmonies of #C84D34
Complementary color
Monochromatic Colors of #C84D34
Black with #C84D34
Text Example
Text Example
White with #C84D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D34; }
p { color: rgb(200,77,52); }
H1.HeaderClassName
{
color: #C84D34;
}
.AnyTagClassName
{
color: #C84D34;
}
</style>
background-color css
<style>
a { background-color: #C84D34; }
a { background-color: rgb(200,77,52); }
div.DivClassName
{
background-color: #C84D34;
}
.BgClassName
{
background-color: #C84D34;
}
</style>
border-color css
<style>
span { border-color: #C84D34; }
span { border-color: rgb(200,77,52); }
td.TdClassName
{
border-color: #C84D34;
}
.TagClassName
{
border-color: #C84D34;
}
</style>