Shades of Trinidad #C54E1F
Tints of Trinidad #C54E1F
RGB
CMYK
RGB Variations
Color information
#C54E1F (or 0xC54E1F) is known color: Trinidad. HEX triplet: C5, 4E and 1F. RGB value is (197,78,31). Sum of RGB (Red+Green+Blue) = 197+78+31=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E1F is #3AB1E0. Grayscale: #6C6C6C. Windows color (decimal): -3846625 or 2051781. OLE color: 2051781.
HSL color Cylindrical-coordinate representation of color #C54E1F: hue angle of 16.99º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C54E1F is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 31 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.23 |
| HSL | 16.99º | 0.73% | 0.45% | - |
| HSV(B) | 16.99º | 0.84% | 0.77% | - |
| XYZ | 26 | 17.42 | 3.29 | - |
| YUV | 108.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 31 | 0 | 0.60 | 0.84 | 0.23 | 16.99 | 0.73 | 0.45 |
| Hex | C5 | 4E | 1F | 0 | 3C | 54 | 17 | 11 | 49 | 2D |
| Octal | 305 | 116 | 37 | 0 | 74 | 124 | 27 | 21 | 111 | 55 |
| Binary | 11000101 | 1001110 | 11111 | 0 | 111100 | 1010100 | 10111 | 10001 | 1001001 | 101101 |
Color Harmonies of #C54E1F
Complementary color
Monochromatic Colors of #C54E1F
Black with #C54E1F
Text Example
Text Example
White with #C54E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E1F; }
p { color: rgb(197,78,31); }
H1.HeaderClassName
{
color: #C54E1F;
}
.AnyTagClassName
{
color: #C54E1F;
}
</style>
background-color css
<style>
a { background-color: #C54E1F; }
a { background-color: rgb(197,78,31); }
div.DivClassName
{
background-color: #C54E1F;
}
.BgClassName
{
background-color: #C54E1F;
}
</style>
border-color css
<style>
span { border-color: #C54E1F; }
span { border-color: rgb(197,78,31); }
td.TdClassName
{
border-color: #C54E1F;
}
.TagClassName
{
border-color: #C54E1F;
}
</style>