Shades of Trinidad #D14E30
Tints of Trinidad #D14E30
RGB
CMYK
RGB Variations
Color information
#D14E30 (or 0xD14E30) is known color: Trinidad. HEX triplet: D1, 4E and 30. RGB value is (209,78,48). Sum of RGB (Red+Green+Blue) = 209+78+48=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14E30 is #2EB1CF. Grayscale: #727272. Windows color (decimal): -3060176 or 3165905. OLE color: 3165905.
HSL color Cylindrical-coordinate representation of color #D14E30: hue angle of 11.18º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D14E30 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 48 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.18 |
| HSL | 11.18º | 0.64% | 0.5% | - |
| HSV(B) | 11.18º | 0.77% | 0.82% | - |
| XYZ | 29.55 | 19.22 | 4.95 | - |
| YUV | 113.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 48 | 0 | 0.63 | 0.77 | 0.18 | 11.18 | 0.64 | 0.5 |
| Hex | D1 | 4E | 30 | 0 | 3F | 4D | 12 | B | 40 | 32 |
| Octal | 321 | 116 | 60 | 0 | 77 | 115 | 22 | 13 | 100 | 62 |
| Binary | 11010001 | 1001110 | 110000 | 0 | 111111 | 1001101 | 10010 | 1011 | 1000000 | 110010 |
Color Harmonies of #D14E30
Complementary color
Monochromatic Colors of #D14E30
Black with #D14E30
Text Example
Text Example
White with #D14E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E30; }
p { color: rgb(209,78,48); }
H1.HeaderClassName
{
color: #D14E30;
}
.AnyTagClassName
{
color: #D14E30;
}
</style>
background-color css
<style>
a { background-color: #D14E30; }
a { background-color: rgb(209,78,48); }
div.DivClassName
{
background-color: #D14E30;
}
.BgClassName
{
background-color: #D14E30;
}
</style>
border-color css
<style>
span { border-color: #D14E30; }
span { border-color: rgb(209,78,48); }
td.TdClassName
{
border-color: #D14E30;
}
.TagClassName
{
border-color: #D14E30;
}
</style>