Shades of Trinidad #C54B33
Tints of Trinidad #C54B33
RGB
CMYK
RGB Variations
Color information
#C54B33 (or 0xC54B33) is known color: Trinidad. HEX triplet: C5, 4B and 33. RGB value is (197,75,51). Sum of RGB (Red+Green+Blue) = 197+75+51=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B33 is #3AB4CC. Grayscale: #6C6C6C. Windows color (decimal): -3847373 or 3361733. OLE color: 3361733.
HSL color Cylindrical-coordinate representation of color #C54B33: hue angle of 9.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54B33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.23 |
| HSL | 9.86º | 0.59% | 0.49% | - |
| HSV(B) | 9.86º | 0.74% | 0.77% | - |
| XYZ | 26.14 | 17.14 | 5.06 | - |
| YUV | 108.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 51 | 0 | 0.62 | 0.74 | 0.23 | 9.86 | 0.59 | 0.49 |
| Hex | C5 | 4B | 33 | 0 | 3E | 4A | 17 | A | 3B | 31 |
| Octal | 305 | 113 | 63 | 0 | 76 | 112 | 27 | 12 | 73 | 61 |
| Binary | 11000101 | 1001011 | 110011 | 0 | 111110 | 1001010 | 10111 | 1010 | 111011 | 110001 |
Color Harmonies of #C54B33
Complementary color
Monochromatic Colors of #C54B33
Black with #C54B33
Text Example
Text Example
White with #C54B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B33; }
p { color: rgb(197,75,51); }
H1.HeaderClassName
{
color: #C54B33;
}
.AnyTagClassName
{
color: #C54B33;
}
</style>
background-color css
<style>
a { background-color: #C54B33; }
a { background-color: rgb(197,75,51); }
div.DivClassName
{
background-color: #C54B33;
}
.BgClassName
{
background-color: #C54B33;
}
</style>
border-color css
<style>
span { border-color: #C54B33; }
span { border-color: rgb(197,75,51); }
td.TdClassName
{
border-color: #C54B33;
}
.TagClassName
{
border-color: #C54B33;
}
</style>