Shades of Trinidad #C84325
Tints of Trinidad #C84325
RGB
CMYK
RGB Variations
Color information
#C84325 (or 0xC84325) is known color: Trinidad. HEX triplet: C8, 43 and 25. RGB value is (200,67,37). Sum of RGB (Red+Green+Blue) = 200+67+37=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C84325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84325 is #37BCDA. Grayscale: #676767. Windows color (decimal): -3652827 or 2442184. OLE color: 2442184.
HSL color Cylindrical-coordinate representation of color #C84325: hue angle of 11.04º 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 #C84325 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 37 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.22 |
| HSL | 11.04º | 0.69% | 0.46% | - |
| HSV(B) | 11.04º | 0.82% | 0.78% | - |
| XYZ | 26.16 | 16.43 | 3.54 | - |
| YUV | 103.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 37 | 0 | 0.66 | 0.82 | 0.22 | 11.04 | 0.69 | 0.46 |
| Hex | C8 | 43 | 25 | 0 | 42 | 52 | 16 | B | 45 | 2E |
| Octal | 310 | 103 | 45 | 0 | 102 | 122 | 26 | 13 | 105 | 56 |
| Binary | 11001000 | 1000011 | 100101 | 0 | 1000010 | 1010010 | 10110 | 1011 | 1000101 | 101110 |
Color Harmonies of #C84325
Complementary color
Monochromatic Colors of #C84325
Black with #C84325
Text Example
Text Example
White with #C84325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84325; }
p { color: rgb(200,67,37); }
H1.HeaderClassName
{
color: #C84325;
}
.AnyTagClassName
{
color: #C84325;
}
</style>
background-color css
<style>
a { background-color: #C84325; }
a { background-color: rgb(200,67,37); }
div.DivClassName
{
background-color: #C84325;
}
.BgClassName
{
background-color: #C84325;
}
</style>
border-color css
<style>
span { border-color: #C84325; }
span { border-color: rgb(200,67,37); }
td.TdClassName
{
border-color: #C84325;
}
.TagClassName
{
border-color: #C84325;
}
</style>