Shades of Trinidad #D54D3A
Tints of Trinidad #D54D3A
RGB
CMYK
RGB Variations
Color information
#D54D3A (or 0xD54D3A) is known color: Trinidad. HEX triplet: D5, 4D and 3A. RGB value is (213,77,58). Sum of RGB (Red+Green+Blue) = 213+77+58=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D3A is #2AB2C5. Grayscale: #737373. Windows color (decimal): -2798278 or 3821013. OLE color: 3821013.
HSL color Cylindrical-coordinate representation of color #D54D3A: hue angle of 7.35º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D54D3A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 58 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.16 |
| HSL | 7.35º | 0.65% | 0.53% | - |
| HSV(B) | 7.35º | 0.73% | 0.84% | - |
| XYZ | 30.86 | 19.76 | 6.19 | - |
| YUV | 115.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 58 | 0 | 0.64 | 0.73 | 0.16 | 7.35 | 0.65 | 0.53 |
| Hex | D5 | 4D | 3A | 0 | 40 | 49 | 10 | 7 | 41 | 35 |
| Octal | 325 | 115 | 72 | 0 | 100 | 111 | 20 | 7 | 101 | 65 |
| Binary | 11010101 | 1001101 | 111010 | 0 | 1000000 | 1001001 | 10000 | 111 | 1000001 | 110101 |
Color Harmonies of #D54D3A
Complementary color
Monochromatic Colors of #D54D3A
Black with #D54D3A
Text Example
Text Example
White with #D54D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D3A; }
p { color: rgb(213,77,58); }
H1.HeaderClassName
{
color: #D54D3A;
}
.AnyTagClassName
{
color: #D54D3A;
}
</style>
background-color css
<style>
a { background-color: #D54D3A; }
a { background-color: rgb(213,77,58); }
div.DivClassName
{
background-color: #D54D3A;
}
.BgClassName
{
background-color: #D54D3A;
}
</style>
border-color css
<style>
span { border-color: #D54D3A; }
span { border-color: rgb(213,77,58); }
td.TdClassName
{
border-color: #D54D3A;
}
.TagClassName
{
border-color: #D54D3A;
}
</style>