Shades of Trinidad #D1511F
Tints of Trinidad #D1511F
RGB
CMYK
RGB Variations
Color information
#D1511F (or 0xD1511F) is known color: Trinidad. HEX triplet: D1, 51 and 1F. RGB value is (209,81,31). Sum of RGB (Red+Green+Blue) = 209+81+31=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1511F is #2EAEE0. Grayscale: #717171. Windows color (decimal): -3059425 or 2052561. OLE color: 2052561.
HSL color Cylindrical-coordinate representation of color #D1511F: hue angle of 16.85º 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 #D1511F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 31 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.18 |
| HSL | 16.85º | 0.74% | 0.47% | - |
| HSV(B) | 16.85º | 0.85% | 0.82% | - |
| XYZ | 29.48 | 19.54 | 3.51 | - |
| YUV | 113.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 31 | 0 | 0.61 | 0.85 | 0.18 | 16.85 | 0.74 | 0.47 |
| Hex | D1 | 51 | 1F | 0 | 3D | 55 | 12 | 11 | 4A | 2F |
| Octal | 321 | 121 | 37 | 0 | 75 | 125 | 22 | 21 | 112 | 57 |
| Binary | 11010001 | 1010001 | 11111 | 0 | 111101 | 1010101 | 10010 | 10001 | 1001010 | 101111 |
Color Harmonies of #D1511F
Complementary color
Monochromatic Colors of #D1511F
Black with #D1511F
Text Example
Text Example
White with #D1511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1511F; }
p { color: rgb(209,81,31); }
H1.HeaderClassName
{
color: #D1511F;
}
.AnyTagClassName
{
color: #D1511F;
}
</style>
background-color css
<style>
a { background-color: #D1511F; }
a { background-color: rgb(209,81,31); }
div.DivClassName
{
background-color: #D1511F;
}
.BgClassName
{
background-color: #D1511F;
}
</style>
border-color css
<style>
span { border-color: #D1511F; }
span { border-color: rgb(209,81,31); }
td.TdClassName
{
border-color: #D1511F;
}
.TagClassName
{
border-color: #D1511F;
}
</style>