Shades of Trinidad #D14F25
Tints of Trinidad #D14F25
RGB
CMYK
RGB Variations
Color information
#D14F25 (or 0xD14F25) is known color: Trinidad. HEX triplet: D1, 4F and 25. RGB value is (209,79,37). Sum of RGB (Red+Green+Blue) = 209+79+37=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F25 is #2EB0DA. Grayscale: #717171. Windows color (decimal): -3059931 or 2445265. OLE color: 2445265.
HSL color Cylindrical-coordinate representation of color #D14F25: hue angle of 14.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D14F25 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 37 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.18 |
| HSL | 14.65º | 0.7% | 0.48% | - |
| HSV(B) | 14.65º | 0.82% | 0.82% | - |
| XYZ | 29.42 | 19.28 | 3.92 | - |
| YUV | 113.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 37 | 0 | 0.62 | 0.82 | 0.18 | 14.65 | 0.7 | 0.48 |
| Hex | D1 | 4F | 25 | 0 | 3E | 52 | 12 | F | 46 | 30 |
| Octal | 321 | 117 | 45 | 0 | 76 | 122 | 22 | 17 | 106 | 60 |
| Binary | 11010001 | 1001111 | 100101 | 0 | 111110 | 1010010 | 10010 | 1111 | 1000110 | 110000 |
Color Harmonies of #D14F25
Complementary color
Monochromatic Colors of #D14F25
Black with #D14F25
Text Example
Text Example
White with #D14F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F25; }
p { color: rgb(209,79,37); }
H1.HeaderClassName
{
color: #D14F25;
}
.AnyTagClassName
{
color: #D14F25;
}
</style>
background-color css
<style>
a { background-color: #D14F25; }
a { background-color: rgb(209,79,37); }
div.DivClassName
{
background-color: #D14F25;
}
.BgClassName
{
background-color: #D14F25;
}
</style>
border-color css
<style>
span { border-color: #D14F25; }
span { border-color: rgb(209,79,37); }
td.TdClassName
{
border-color: #D14F25;
}
.TagClassName
{
border-color: #D14F25;
}
</style>