Shades of Trinidad #D54D32
Tints of Trinidad #D54D32
RGB
CMYK
RGB Variations
Color information
#D54D32 (or 0xD54D32) is known color: Trinidad. HEX triplet: D5, 4D and 32. RGB value is (213,77,50). Sum of RGB (Red+Green+Blue) = 213+77+50=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D32 is #2AB2CD. Grayscale: #727272. Windows color (decimal): -2798286 or 3296725. OLE color: 3296725.
HSL color Cylindrical-coordinate representation of color #D54D32: hue angle of 9.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D54D32 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 50 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.16 |
| HSL | 9.94º | 0.66% | 0.52% | - |
| HSV(B) | 9.94º | 0.77% | 0.84% | - |
| XYZ | 30.67 | 19.68 | 5.2 | - |
| YUV | 114.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 50 | 0 | 0.64 | 0.77 | 0.16 | 9.94 | 0.66 | 0.52 |
| Hex | D5 | 4D | 32 | 0 | 40 | 4D | 10 | A | 42 | 34 |
| Octal | 325 | 115 | 62 | 0 | 100 | 115 | 20 | 12 | 102 | 64 |
| Binary | 11010101 | 1001101 | 110010 | 0 | 1000000 | 1001101 | 10000 | 1010 | 1000010 | 110100 |
Color Harmonies of #D54D32
Complementary color
Monochromatic Colors of #D54D32
Black with #D54D32
Text Example
Text Example
White with #D54D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D32; }
p { color: rgb(213,77,50); }
H1.HeaderClassName
{
color: #D54D32;
}
.AnyTagClassName
{
color: #D54D32;
}
</style>
background-color css
<style>
a { background-color: #D54D32; }
a { background-color: rgb(213,77,50); }
div.DivClassName
{
background-color: #D54D32;
}
.BgClassName
{
background-color: #D54D32;
}
</style>
border-color css
<style>
span { border-color: #D54D32; }
span { border-color: rgb(213,77,50); }
td.TdClassName
{
border-color: #D54D32;
}
.TagClassName
{
border-color: #D54D32;
}
</style>