Shades of Trinidad #D14F1F
Tints of Trinidad #D14F1F
RGB
CMYK
RGB Variations
Color information
#D14F1F (or 0xD14F1F) is known color: Trinidad. HEX triplet: D1, 4F and 1F. RGB value is (209,79,31). Sum of RGB (Red+Green+Blue) = 209+79+31=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F1F is #2EB0E0. Grayscale: #707070. Windows color (decimal): -3059937 or 2052049. OLE color: 2052049.
HSL color Cylindrical-coordinate representation of color #D14F1F: hue angle of 16.18º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D14F1F is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 31 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.18 |
| HSL | 16.18º | 0.74% | 0.47% | - |
| HSV(B) | 16.18º | 0.85% | 0.82% | - |
| XYZ | 29.34 | 19.25 | 3.46 | - |
| YUV | 112.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 31 | 0 | 0.62 | 0.85 | 0.18 | 16.18 | 0.74 | 0.47 |
| Hex | D1 | 4F | 1F | 0 | 3E | 55 | 12 | 10 | 4A | 2F |
| Octal | 321 | 117 | 37 | 0 | 76 | 125 | 22 | 20 | 112 | 57 |
| Binary | 11010001 | 1001111 | 11111 | 0 | 111110 | 1010101 | 10010 | 10000 | 1001010 | 101111 |
Color Harmonies of #D14F1F
Complementary color
Monochromatic Colors of #D14F1F
Black with #D14F1F
Text Example
Text Example
White with #D14F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F1F; }
p { color: rgb(209,79,31); }
H1.HeaderClassName
{
color: #D14F1F;
}
.AnyTagClassName
{
color: #D14F1F;
}
</style>
background-color css
<style>
a { background-color: #D14F1F; }
a { background-color: rgb(209,79,31); }
div.DivClassName
{
background-color: #D14F1F;
}
.BgClassName
{
background-color: #D14F1F;
}
</style>
border-color css
<style>
span { border-color: #D14F1F; }
span { border-color: rgb(209,79,31); }
td.TdClassName
{
border-color: #D14F1F;
}
.TagClassName
{
border-color: #D14F1F;
}
</style>