Shades of Trinidad #C84525
Tints of Trinidad #C84525
RGB
CMYK
RGB Variations
Color information
#C84525 (or 0xC84525) is known color: Trinidad. HEX triplet: C8, 45 and 25. RGB value is (200,69,37). Sum of RGB (Red+Green+Blue) = 200+69+37=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C84525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84525 is #37BADA. Grayscale: #686868. Windows color (decimal): -3652315 or 2442696. OLE color: 2442696.
HSL color Cylindrical-coordinate representation of color #C84525: hue angle of 11.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C84525 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 37 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.22 |
| HSL | 11.78º | 0.69% | 0.46% | - |
| HSV(B) | 11.78º | 0.82% | 0.78% | - |
| XYZ | 26.28 | 16.67 | 3.58 | - |
| YUV | 104.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 37 | 0 | 0.66 | 0.82 | 0.22 | 11.78 | 0.69 | 0.46 |
| Hex | C8 | 45 | 25 | 0 | 42 | 52 | 16 | C | 45 | 2E |
| Octal | 310 | 105 | 45 | 0 | 102 | 122 | 26 | 14 | 105 | 56 |
| Binary | 11001000 | 1000101 | 100101 | 0 | 1000010 | 1010010 | 10110 | 1100 | 1000101 | 101110 |
Color Harmonies of #C84525
Complementary color
Monochromatic Colors of #C84525
Black with #C84525
Text Example
Text Example
White with #C84525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84525; }
p { color: rgb(200,69,37); }
H1.HeaderClassName
{
color: #C84525;
}
.AnyTagClassName
{
color: #C84525;
}
</style>
background-color css
<style>
a { background-color: #C84525; }
a { background-color: rgb(200,69,37); }
div.DivClassName
{
background-color: #C84525;
}
.BgClassName
{
background-color: #C84525;
}
</style>
border-color css
<style>
span { border-color: #C84525; }
span { border-color: rgb(200,69,37); }
td.TdClassName
{
border-color: #C84525;
}
.TagClassName
{
border-color: #C84525;
}
</style>