Shades of Trinidad #C84C35
Tints of Trinidad #C84C35
RGB
CMYK
RGB Variations
Color information
#C84C35 (or 0xC84C35) is known color: Trinidad. HEX triplet: C8, 4C and 35. RGB value is (200,76,53). Sum of RGB (Red+Green+Blue) = 200+76+53=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C35 is #37B3CA. Grayscale: #6E6E6E. Windows color (decimal): -3650507 or 3493064. OLE color: 3493064.
HSL color Cylindrical-coordinate representation of color #C84C35: hue angle of 9.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84C35 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 53 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.22 |
| HSL | 9.39º | 0.58% | 0.5% | - |
| HSV(B) | 9.39º | 0.74% | 0.78% | - |
| XYZ | 27.05 | 17.71 | 5.36 | - |
| YUV | 110.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 53 | 0 | 0.62 | 0.74 | 0.22 | 9.39 | 0.58 | 0.5 |
| Hex | C8 | 4C | 35 | 0 | 3E | 4A | 16 | 9 | 3A | 32 |
| Octal | 310 | 114 | 65 | 0 | 76 | 112 | 26 | 11 | 72 | 62 |
| Binary | 11001000 | 1001100 | 110101 | 0 | 111110 | 1001010 | 10110 | 1001 | 111010 | 110010 |
Color Harmonies of #C84C35
Complementary color
Monochromatic Colors of #C84C35
Black with #C84C35
Text Example
Text Example
White with #C84C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C35; }
p { color: rgb(200,76,53); }
H1.HeaderClassName
{
color: #C84C35;
}
.AnyTagClassName
{
color: #C84C35;
}
</style>
background-color css
<style>
a { background-color: #C84C35; }
a { background-color: rgb(200,76,53); }
div.DivClassName
{
background-color: #C84C35;
}
.BgClassName
{
background-color: #C84C35;
}
</style>
border-color css
<style>
span { border-color: #C84C35; }
span { border-color: rgb(200,76,53); }
td.TdClassName
{
border-color: #C84C35;
}
.TagClassName
{
border-color: #C84C35;
}
</style>