Shades of Trinidad #C54821
Tints of Trinidad #C54821
RGB
CMYK
RGB Variations
Color information
#C54821 (or 0xC54821) is known color: Trinidad. HEX triplet: C5, 48 and 21. RGB value is (197,72,33). Sum of RGB (Red+Green+Blue) = 197+72+33=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C54821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54821 is #3AB7DE. Grayscale: #696969. Windows color (decimal): -3848159 or 2181317. OLE color: 2181317.
HSL color Cylindrical-coordinate representation of color #C54821: hue angle of 14.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C54821 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 33 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.23 |
| HSL | 14.27º | 0.71% | 0.45% | - |
| HSV(B) | 14.27º | 0.83% | 0.77% | - |
| XYZ | 25.62 | 16.61 | 3.3 | - |
| YUV | 104.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 33 | 0 | 0.63 | 0.83 | 0.23 | 14.27 | 0.71 | 0.45 |
| Hex | C5 | 48 | 21 | 0 | 3F | 53 | 17 | E | 47 | 2D |
| Octal | 305 | 110 | 41 | 0 | 77 | 123 | 27 | 16 | 107 | 55 |
| Binary | 11000101 | 1001000 | 100001 | 0 | 111111 | 1010011 | 10111 | 1110 | 1000111 | 101101 |
Color Harmonies of #C54821
Complementary color
Monochromatic Colors of #C54821
Black with #C54821
Text Example
Text Example
White with #C54821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54821; }
p { color: rgb(197,72,33); }
H1.HeaderClassName
{
color: #C54821;
}
.AnyTagClassName
{
color: #C54821;
}
</style>
background-color css
<style>
a { background-color: #C54821; }
a { background-color: rgb(197,72,33); }
div.DivClassName
{
background-color: #C54821;
}
.BgClassName
{
background-color: #C54821;
}
</style>
border-color css
<style>
span { border-color: #C54821; }
span { border-color: rgb(197,72,33); }
td.TdClassName
{
border-color: #C54821;
}
.TagClassName
{
border-color: #C54821;
}
</style>