Shades of Trinidad #D54E29
Tints of Trinidad #D54E29
RGB
CMYK
RGB Variations
Color information
#D54E29 (or 0xD54E29) is known color: Trinidad. HEX triplet: D5, 4E and 29. RGB value is (213,78,41). Sum of RGB (Red+Green+Blue) = 213+78+41=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E29 is #2AB1D6. Grayscale: #727272. Windows color (decimal): -2798039 or 2707157. OLE color: 2707157.
HSL color Cylindrical-coordinate representation of color #D54E29: hue angle of 12.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D54E29 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 41 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.16 |
| HSL | 12.91º | 0.68% | 0.5% | - |
| HSV(B) | 12.91º | 0.81% | 0.84% | - |
| XYZ | 30.57 | 19.76 | 4.3 | - |
| YUV | 114.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 41 | 0 | 0.63 | 0.81 | 0.16 | 12.91 | 0.68 | 0.5 |
| Hex | D5 | 4E | 29 | 0 | 3F | 51 | 10 | D | 44 | 32 |
| Octal | 325 | 116 | 51 | 0 | 77 | 121 | 20 | 15 | 104 | 62 |
| Binary | 11010101 | 1001110 | 101001 | 0 | 111111 | 1010001 | 10000 | 1101 | 1000100 | 110010 |
Color Harmonies of #D54E29
Complementary color
Monochromatic Colors of #D54E29
Black with #D54E29
Text Example
Text Example
White with #D54E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E29; }
p { color: rgb(213,78,41); }
H1.HeaderClassName
{
color: #D54E29;
}
.AnyTagClassName
{
color: #D54E29;
}
</style>
background-color css
<style>
a { background-color: #D54E29; }
a { background-color: rgb(213,78,41); }
div.DivClassName
{
background-color: #D54E29;
}
.BgClassName
{
background-color: #D54E29;
}
</style>
border-color css
<style>
span { border-color: #D54E29; }
span { border-color: rgb(213,78,41); }
td.TdClassName
{
border-color: #D54E29;
}
.TagClassName
{
border-color: #D54E29;
}
</style>