Shades of Trinidad #D14F38
Tints of Trinidad #D14F38
RGB
CMYK
RGB Variations
Color information
#D14F38 (or 0xD14F38) is known color: Trinidad. HEX triplet: D1, 4F and 38. RGB value is (209,79,56). Sum of RGB (Red+Green+Blue) = 209+79+56=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F38 is #2EB0C7. Grayscale: #737373. Windows color (decimal): -3059912 or 3690449. OLE color: 3690449.
HSL color Cylindrical-coordinate representation of color #D14F38: hue angle of 9.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D14F38 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 56 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.18 |
| HSL | 9.02º | 0.62% | 0.52% | - |
| HSV(B) | 9.02º | 0.73% | 0.82% | - |
| XYZ | 29.8 | 19.43 | 5.92 | - |
| YUV | 115.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 56 | 0 | 0.62 | 0.73 | 0.18 | 9.02 | 0.62 | 0.52 |
| Hex | D1 | 4F | 38 | 0 | 3E | 49 | 12 | 9 | 3E | 34 |
| Octal | 321 | 117 | 70 | 0 | 76 | 111 | 22 | 11 | 76 | 64 |
| Binary | 11010001 | 1001111 | 111000 | 0 | 111110 | 1001001 | 10010 | 1001 | 111110 | 110100 |
Color Harmonies of #D14F38
Complementary color
Monochromatic Colors of #D14F38
Black with #D14F38
Text Example
Text Example
White with #D14F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F38; }
p { color: rgb(209,79,56); }
H1.HeaderClassName
{
color: #D14F38;
}
.AnyTagClassName
{
color: #D14F38;
}
</style>
background-color css
<style>
a { background-color: #D14F38; }
a { background-color: rgb(209,79,56); }
div.DivClassName
{
background-color: #D14F38;
}
.BgClassName
{
background-color: #D14F38;
}
</style>
border-color css
<style>
span { border-color: #D14F38; }
span { border-color: rgb(209,79,56); }
td.TdClassName
{
border-color: #D14F38;
}
.TagClassName
{
border-color: #D14F38;
}
</style>