Shades of Trinidad #C54C23
Tints of Trinidad #C54C23
RGB
CMYK
RGB Variations
Color information
#C54C23 (or 0xC54C23) is known color: Trinidad. HEX triplet: C5, 4C and 23. RGB value is (197,76,35). Sum of RGB (Red+Green+Blue) = 197+76+35=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C23 is #3AB3DC. Grayscale: #6B6B6B. Windows color (decimal): -3847133 or 2313413. OLE color: 2313413.
HSL color Cylindrical-coordinate representation of color #C54C23: hue angle of 15.19º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C54C23 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 35 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.23 |
| HSL | 15.19º | 0.7% | 0.45% | - |
| HSV(B) | 15.19º | 0.82% | 0.77% | - |
| XYZ | 25.91 | 17.16 | 3.54 | - |
| YUV | 107.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 35 | 0 | 0.61 | 0.82 | 0.23 | 15.19 | 0.7 | 0.45 |
| Hex | C5 | 4C | 23 | 0 | 3D | 52 | 17 | F | 46 | 2D |
| Octal | 305 | 114 | 43 | 0 | 75 | 122 | 27 | 17 | 106 | 55 |
| Binary | 11000101 | 1001100 | 100011 | 0 | 111101 | 1010010 | 10111 | 1111 | 1000110 | 101101 |
Color Harmonies of #C54C23
Complementary color
Monochromatic Colors of #C54C23
Black with #C54C23
Text Example
Text Example
White with #C54C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C23; }
p { color: rgb(197,76,35); }
H1.HeaderClassName
{
color: #C54C23;
}
.AnyTagClassName
{
color: #C54C23;
}
</style>
background-color css
<style>
a { background-color: #C54C23; }
a { background-color: rgb(197,76,35); }
div.DivClassName
{
background-color: #C54C23;
}
.BgClassName
{
background-color: #C54C23;
}
</style>
border-color css
<style>
span { border-color: #C54C23; }
span { border-color: rgb(197,76,35); }
td.TdClassName
{
border-color: #C54C23;
}
.TagClassName
{
border-color: #C54C23;
}
</style>