Shades of Trinidad #C54B30
Tints of Trinidad #C54B30
RGB
CMYK
RGB Variations
Color information
#C54B30 (or 0xC54B30) is known color: Trinidad. HEX triplet: C5, 4B and 30. RGB value is (197,75,48). Sum of RGB (Red+Green+Blue) = 197+75+48=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B30 is #3AB4CF. Grayscale: #6C6C6C. Windows color (decimal): -3847376 or 3165125. OLE color: 3165125.
HSL color Cylindrical-coordinate representation of color #C54B30: hue angle of 10.87º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C54B30 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 48 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.23 |
| HSL | 10.87º | 0.61% | 0.48% | - |
| HSV(B) | 10.87º | 0.76% | 0.77% | - |
| XYZ | 26.08 | 17.12 | 4.73 | - |
| YUV | 108.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 48 | 0 | 0.62 | 0.76 | 0.23 | 10.87 | 0.61 | 0.48 |
| Hex | C5 | 4B | 30 | 0 | 3E | 4C | 17 | B | 3D | 30 |
| Octal | 305 | 113 | 60 | 0 | 76 | 114 | 27 | 13 | 75 | 60 |
| Binary | 11000101 | 1001011 | 110000 | 0 | 111110 | 1001100 | 10111 | 1011 | 111101 | 110000 |
Color Harmonies of #C54B30
Complementary color
Monochromatic Colors of #C54B30
Black with #C54B30
Text Example
Text Example
White with #C54B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B30; }
p { color: rgb(197,75,48); }
H1.HeaderClassName
{
color: #C54B30;
}
.AnyTagClassName
{
color: #C54B30;
}
</style>
background-color css
<style>
a { background-color: #C54B30; }
a { background-color: rgb(197,75,48); }
div.DivClassName
{
background-color: #C54B30;
}
.BgClassName
{
background-color: #C54B30;
}
</style>
border-color css
<style>
span { border-color: #C54B30; }
span { border-color: rgb(197,75,48); }
td.TdClassName
{
border-color: #C54B30;
}
.TagClassName
{
border-color: #C54B30;
}
</style>