Shades of Trinidad #D15231
Tints of Trinidad #D15231
RGB
CMYK
RGB Variations
Color information
#D15231 (or 0xD15231) is known color: Trinidad. HEX triplet: D1, 52 and 31. RGB value is (209,82,49). Sum of RGB (Red+Green+Blue) = 209+82+49=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D15231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15231 is #2EADCE. Grayscale: #747474. Windows color (decimal): -3059151 or 3232465. OLE color: 3232465.
HSL color Cylindrical-coordinate representation of color #D15231: hue angle of 12.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D15231 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 49 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.18 |
| HSL | 12.38º | 0.63% | 0.51% | - |
| HSV(B) | 12.38º | 0.77% | 0.82% | - |
| XYZ | 29.87 | 19.81 | 5.16 | - |
| YUV | 116.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 49 | 0 | 0.61 | 0.77 | 0.18 | 12.38 | 0.63 | 0.51 |
| Hex | D1 | 52 | 31 | 0 | 3D | 4D | 12 | C | 3F | 33 |
| Octal | 321 | 122 | 61 | 0 | 75 | 115 | 22 | 14 | 77 | 63 |
| Binary | 11010001 | 1010010 | 110001 | 0 | 111101 | 1001101 | 10010 | 1100 | 111111 | 110011 |
Color Harmonies of #D15231
Complementary color
Monochromatic Colors of #D15231
Black with #D15231
Text Example
Text Example
White with #D15231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15231; }
p { color: rgb(209,82,49); }
H1.HeaderClassName
{
color: #D15231;
}
.AnyTagClassName
{
color: #D15231;
}
</style>
background-color css
<style>
a { background-color: #D15231; }
a { background-color: rgb(209,82,49); }
div.DivClassName
{
background-color: #D15231;
}
.BgClassName
{
background-color: #D15231;
}
</style>
border-color css
<style>
span { border-color: #D15231; }
span { border-color: rgb(209,82,49); }
td.TdClassName
{
border-color: #D15231;
}
.TagClassName
{
border-color: #D15231;
}
</style>