Shades of Trinidad #C54A33
Tints of Trinidad #C54A33
RGB
CMYK
RGB Variations
Color information
#C54A33 (or 0xC54A33) is known color: Trinidad. HEX triplet: C5, 4A and 33. RGB value is (197,74,51). Sum of RGB (Red+Green+Blue) = 197+74+51=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A33 is #3AB5CC. Grayscale: #6C6C6C. Windows color (decimal): -3847629 or 3361477. OLE color: 3361477.
HSL color Cylindrical-coordinate representation of color #C54A33: hue angle of 9.45º 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 #C54A33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.23 |
| HSL | 9.45º | 0.59% | 0.49% | - |
| HSV(B) | 9.45º | 0.74% | 0.77% | - |
| XYZ | 26.07 | 17.01 | 5.04 | - |
| YUV | 108.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 51 | 0 | 0.62 | 0.74 | 0.23 | 9.45 | 0.59 | 0.49 |
| Hex | C5 | 4A | 33 | 0 | 3E | 4A | 17 | 9 | 3B | 31 |
| Octal | 305 | 112 | 63 | 0 | 76 | 112 | 27 | 11 | 73 | 61 |
| Binary | 11000101 | 1001010 | 110011 | 0 | 111110 | 1001010 | 10111 | 1001 | 111011 | 110001 |
Color Harmonies of #C54A33
Complementary color
Monochromatic Colors of #C54A33
Black with #C54A33
Text Example
Text Example
White with #C54A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A33; }
p { color: rgb(197,74,51); }
H1.HeaderClassName
{
color: #C54A33;
}
.AnyTagClassName
{
color: #C54A33;
}
</style>
background-color css
<style>
a { background-color: #C54A33; }
a { background-color: rgb(197,74,51); }
div.DivClassName
{
background-color: #C54A33;
}
.BgClassName
{
background-color: #C54A33;
}
</style>
border-color css
<style>
span { border-color: #C54A33; }
span { border-color: rgb(197,74,51); }
td.TdClassName
{
border-color: #C54A33;
}
.TagClassName
{
border-color: #C54A33;
}
</style>