Shades of Trinidad #D65036
Tints of Trinidad #D65036
RGB
CMYK
RGB Variations
Color information
#D65036 (or 0xD65036) is known color: Trinidad. HEX triplet: D6, 50 and 36. RGB value is (214,80,54). Sum of RGB (Red+Green+Blue) = 214+80+54=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D65036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65036 is #29AFC9. Grayscale: #757575. Windows color (decimal): -2731978 or 3559638. OLE color: 3559638.
HSL color Cylindrical-coordinate representation of color #D65036: hue angle of 9.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65036 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 54 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.16 |
| HSL | 9.75º | 0.66% | 0.53% | - |
| HSV(B) | 9.75º | 0.75% | 0.84% | - |
| XYZ | 31.27 | 20.3 | 5.76 | - |
| YUV | 117.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 54 | 0 | 0.63 | 0.75 | 0.16 | 9.75 | 0.66 | 0.53 |
| Hex | D6 | 50 | 36 | 0 | 3F | 4B | 10 | A | 42 | 35 |
| Octal | 326 | 120 | 66 | 0 | 77 | 113 | 20 | 12 | 102 | 65 |
| Binary | 11010110 | 1010000 | 110110 | 0 | 111111 | 1001011 | 10000 | 1010 | 1000010 | 110101 |
Color Harmonies of #D65036
Complementary color
Monochromatic Colors of #D65036
Black with #D65036
Text Example
Text Example
White with #D65036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65036; }
p { color: rgb(214,80,54); }
H1.HeaderClassName
{
color: #D65036;
}
.AnyTagClassName
{
color: #D65036;
}
</style>
background-color css
<style>
a { background-color: #D65036; }
a { background-color: rgb(214,80,54); }
div.DivClassName
{
background-color: #D65036;
}
.BgClassName
{
background-color: #D65036;
}
</style>
border-color css
<style>
span { border-color: #D65036; }
span { border-color: rgb(214,80,54); }
td.TdClassName
{
border-color: #D65036;
}
.TagClassName
{
border-color: #D65036;
}
</style>