Shades of Trinidad #C84125
Tints of Trinidad #C84125
RGB
CMYK
RGB Variations
Color information
#C84125 (or 0xC84125) is known color: Trinidad. HEX triplet: C8, 41 and 25. RGB value is (200,65,37). Sum of RGB (Red+Green+Blue) = 200+65+37=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C84125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84125 is #37BEDA. Grayscale: #666666. Windows color (decimal): -3653339 or 2441672. OLE color: 2441672.
HSL color Cylindrical-coordinate representation of color #C84125: hue angle of 10.31º 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 #C84125 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 37 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.22 |
| HSL | 10.31º | 0.69% | 0.46% | - |
| HSV(B) | 10.31º | 0.82% | 0.78% | - |
| XYZ | 26.04 | 16.19 | 3.5 | - |
| YUV | 102.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 37 | 0 | 0.68 | 0.82 | 0.22 | 10.31 | 0.69 | 0.46 |
| Hex | C8 | 41 | 25 | 0 | 44 | 52 | 16 | A | 45 | 2E |
| Octal | 310 | 101 | 45 | 0 | 104 | 122 | 26 | 12 | 105 | 56 |
| Binary | 11001000 | 1000001 | 100101 | 0 | 1000100 | 1010010 | 10110 | 1010 | 1000101 | 101110 |
Color Harmonies of #C84125
Complementary color
Monochromatic Colors of #C84125
Black with #C84125
Text Example
Text Example
White with #C84125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84125; }
p { color: rgb(200,65,37); }
H1.HeaderClassName
{
color: #C84125;
}
.AnyTagClassName
{
color: #C84125;
}
</style>
background-color css
<style>
a { background-color: #C84125; }
a { background-color: rgb(200,65,37); }
div.DivClassName
{
background-color: #C84125;
}
.BgClassName
{
background-color: #C84125;
}
</style>
border-color css
<style>
span { border-color: #C84125; }
span { border-color: rgb(200,65,37); }
td.TdClassName
{
border-color: #C84125;
}
.TagClassName
{
border-color: #C84125;
}
</style>