Shades of Trinidad #D14C38
Tints of Trinidad #D14C38
RGB
CMYK
RGB Variations
Color information
#D14C38 (or 0xD14C38) is known color: Trinidad. HEX triplet: D1, 4C and 38. RGB value is (209,76,56). Sum of RGB (Red+Green+Blue) = 209+76+56=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C38 is #2EB3C7. Grayscale: #717171. Windows color (decimal): -3060680 or 3689681. OLE color: 3689681.
HSL color Cylindrical-coordinate representation of color #D14C38: hue angle of 7.84º 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 #D14C38 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 56 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.18 |
| HSL | 7.84º | 0.62% | 0.52% | - |
| HSV(B) | 7.84º | 0.73% | 0.82% | - |
| XYZ | 29.59 | 19.01 | 5.85 | - |
| YUV | 113.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 56 | 0 | 0.64 | 0.73 | 0.18 | 7.84 | 0.62 | 0.52 |
| Hex | D1 | 4C | 38 | 0 | 40 | 49 | 12 | 8 | 3E | 34 |
| Octal | 321 | 114 | 70 | 0 | 100 | 111 | 22 | 10 | 76 | 64 |
| Binary | 11010001 | 1001100 | 111000 | 0 | 1000000 | 1001001 | 10010 | 1000 | 111110 | 110100 |
Color Harmonies of #D14C38
Complementary color
Monochromatic Colors of #D14C38
Black with #D14C38
Text Example
Text Example
White with #D14C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C38; }
p { color: rgb(209,76,56); }
H1.HeaderClassName
{
color: #D14C38;
}
.AnyTagClassName
{
color: #D14C38;
}
</style>
background-color css
<style>
a { background-color: #D14C38; }
a { background-color: rgb(209,76,56); }
div.DivClassName
{
background-color: #D14C38;
}
.BgClassName
{
background-color: #D14C38;
}
</style>
border-color css
<style>
span { border-color: #D14C38; }
span { border-color: rgb(209,76,56); }
td.TdClassName
{
border-color: #D14C38;
}
.TagClassName
{
border-color: #D14C38;
}
</style>