Shades of Trinidad #C54423
Tints of Trinidad #C54423
RGB
CMYK
RGB Variations
Color information
#C54423 (or 0xC54423) is known color: Trinidad. HEX triplet: C5, 44 and 23. RGB value is (197,68,35). Sum of RGB (Red+Green+Blue) = 197+68+35=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C54423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54423 is #3ABBDC. Grayscale: #676767. Windows color (decimal): -3849181 or 2311365. OLE color: 2311365.
HSL color Cylindrical-coordinate representation of color #C54423: hue angle of 12.22º 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 #C54423 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 35 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.23 |
| HSL | 12.22º | 0.7% | 0.45% | - |
| HSV(B) | 12.22º | 0.82% | 0.77% | - |
| XYZ | 25.4 | 16.13 | 3.36 | - |
| YUV | 102.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 35 | 0 | 0.65 | 0.82 | 0.23 | 12.22 | 0.7 | 0.45 |
| Hex | C5 | 44 | 23 | 0 | 41 | 52 | 17 | C | 46 | 2D |
| Octal | 305 | 104 | 43 | 0 | 101 | 122 | 27 | 14 | 106 | 55 |
| Binary | 11000101 | 1000100 | 100011 | 0 | 1000001 | 1010010 | 10111 | 1100 | 1000110 | 101101 |
Color Harmonies of #C54423
Complementary color
Monochromatic Colors of #C54423
Black with #C54423
Text Example
Text Example
White with #C54423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54423; }
p { color: rgb(197,68,35); }
H1.HeaderClassName
{
color: #C54423;
}
.AnyTagClassName
{
color: #C54423;
}
</style>
background-color css
<style>
a { background-color: #C54423; }
a { background-color: rgb(197,68,35); }
div.DivClassName
{
background-color: #C54423;
}
.BgClassName
{
background-color: #C54423;
}
</style>
border-color css
<style>
span { border-color: #C54423; }
span { border-color: rgb(197,68,35); }
td.TdClassName
{
border-color: #C54423;
}
.TagClassName
{
border-color: #C54423;
}
</style>