Shades of Trinidad #D54C38
Tints of Trinidad #D54C38
RGB
CMYK
RGB Variations
Color information
#D54C38 (or 0xD54C38) is known color: Trinidad. HEX triplet: D5, 4C and 38. RGB value is (213,76,56). Sum of RGB (Red+Green+Blue) = 213+76+56=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C38 is #2AB3C7. Grayscale: #727272. Windows color (decimal): -2798536 or 3689685. OLE color: 3689685.
HSL color Cylindrical-coordinate representation of color #D54C38: hue angle of 7.64º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D54C38 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 56 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.16 |
| HSL | 7.64º | 0.65% | 0.53% | - |
| HSV(B) | 7.64º | 0.74% | 0.84% | - |
| XYZ | 30.74 | 19.6 | 5.9 | - |
| YUV | 114.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 56 | 0 | 0.64 | 0.74 | 0.16 | 7.64 | 0.65 | 0.53 |
| Hex | D5 | 4C | 38 | 0 | 40 | 4A | 10 | 8 | 41 | 35 |
| Octal | 325 | 114 | 70 | 0 | 100 | 112 | 20 | 10 | 101 | 65 |
| Binary | 11010101 | 1001100 | 111000 | 0 | 1000000 | 1001010 | 10000 | 1000 | 1000001 | 110101 |
Color Harmonies of #D54C38
Complementary color
Monochromatic Colors of #D54C38
Black with #D54C38
Text Example
Text Example
White with #D54C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C38; }
p { color: rgb(213,76,56); }
H1.HeaderClassName
{
color: #D54C38;
}
.AnyTagClassName
{
color: #D54C38;
}
</style>
background-color css
<style>
a { background-color: #D54C38; }
a { background-color: rgb(213,76,56); }
div.DivClassName
{
background-color: #D54C38;
}
.BgClassName
{
background-color: #D54C38;
}
</style>
border-color css
<style>
span { border-color: #D54C38; }
span { border-color: rgb(213,76,56); }
td.TdClassName
{
border-color: #D54C38;
}
.TagClassName
{
border-color: #D54C38;
}
</style>