Shades of Trinidad #D05129
Tints of Trinidad #D05129
RGB
CMYK
RGB Variations
Color information
#D05129 (or 0xD05129) is known color: Trinidad. HEX triplet: D0, 51 and 29. RGB value is (208,81,41). Sum of RGB (Red+Green+Blue) = 208+81+41=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D05129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05129 is #2FAED6. Grayscale: #727272. Windows color (decimal): -3124951 or 2707920. OLE color: 2707920.
HSL color Cylindrical-coordinate representation of color #D05129: hue angle of 14.37º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D05129 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 41 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.18 |
| HSL | 14.37º | 0.67% | 0.49% | - |
| HSV(B) | 14.37º | 0.8% | 0.82% | - |
| XYZ | 29.36 | 19.45 | 4.31 | - |
| YUV | 114.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 41 | 0 | 0.61 | 0.80 | 0.18 | 14.37 | 0.67 | 0.49 |
| Hex | D0 | 51 | 29 | 0 | 3D | 50 | 12 | E | 43 | 31 |
| Octal | 320 | 121 | 51 | 0 | 75 | 120 | 22 | 16 | 103 | 61 |
| Binary | 11010000 | 1010001 | 101001 | 0 | 111101 | 1010000 | 10010 | 1110 | 1000011 | 110001 |
Color Harmonies of #D05129
Complementary color
Monochromatic Colors of #D05129
Black with #D05129
Text Example
Text Example
White with #D05129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05129; }
p { color: rgb(208,81,41); }
H1.HeaderClassName
{
color: #D05129;
}
.AnyTagClassName
{
color: #D05129;
}
</style>
background-color css
<style>
a { background-color: #D05129; }
a { background-color: rgb(208,81,41); }
div.DivClassName
{
background-color: #D05129;
}
.BgClassName
{
background-color: #D05129;
}
</style>
border-color css
<style>
span { border-color: #D05129; }
span { border-color: rgb(208,81,41); }
td.TdClassName
{
border-color: #D05129;
}
.TagClassName
{
border-color: #D05129;
}
</style>